diff src/ChangeLog @ 7231:2eb392d058bb

[project @ 2007-11-30 18:53:29 by jwe]
author jwe
date Fri, 30 Nov 2007 18:53:30 +0000
parents a760bd2630d5
children 6992e9face25
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 30 18:24:35 2007 +0000
+++ b/src/ChangeLog	Fri Nov 30 18:53:30 2007 +0000
@@ -1,5 +1,11 @@
 2007-11-30  John W. Eaton  <jwe@octave.org>
 
+	* src/data.cc, src/matherr.c, src/pr-output.cc, src/sysdep.cc,
+	src/DLD-FUNCTIONS/__dsearchn__.cc, src/DLD-FUNCTIONS/minmax.cc,
+	src/DLD-FUNCTIONS/qz.cc, src/DLD-FUNCTIONS/sort.cc,
+	src/DLD-FUNCTIONS/tsearch.cc: Include lo-math.h instead of cmath
+	or math.h.
+
 	* DLD-FUNCTIONS/sort.cc (ascending_compare, descending_compare,
 	operator < (const Complex&, const Complex&)):
 	Pass args by const reference, not value.