diff liboctave/ChangeLog @ 10447:12d25a1d84bf

Use gnulib headers instead of C++ std headers where needed.
author David Grundberg <davidg@cs.umu.se>
date Wed, 24 Mar 2010 17:27:58 +0100
parents 3011d1765a6e
children 56e3a4c765a6
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Mar 24 09:53:14 2010 -0400
+++ b/liboctave/ChangeLog	Wed Mar 24 17:27:58 2010 +0100
@@ -1,3 +1,18 @@
+2010-03-24  David Grundberg  <davidg@cs.umu.se>
+
+	* cmd-edit.cc: Include gnulib stdlib.h/string.h instead of C++
+	headers.
+	* file-ops.cc: Include gnulib stdlib.h/stdio.h/string.h instead of
+	C++ headers.
+	* lo-math.h: Include gnulib math.h instead of C++ headers.
+	* lo-utils.cc: Include gnulib stdlib.h instead of C++ headers.
+	* oct-env.cc, dir-ops.cc, file-stat.cc, cmd-hist.cc: Include
+	gnulib string.h instead of C++ headers.
+	* oct-time.cc: Include gnulib time.h instead of C++ headers.
+	* oct-time.h (octave_time): Use default namespace ::modf instead
+	of std::modf.
+	* oct-uname.cc: Include gnulib string.h instead of C++ headers.
+
 2010-03-24  Jaroslav Hajek  <highegg@gmail.com>
 
 	* Sparse.cc (lblookup): New helper func.