diff liboctave/ChangeLog @ 4968:c09cbec51190

[project @ 2004-09-08 02:13:55 by jwe]
author jwe
date Wed, 08 Sep 2004 02:13:56 +0000
parents 269c3d6c0569
children 25c2664861bc
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Sep 07 15:09:14 2004 +0000
+++ b/liboctave/ChangeLog	Wed Sep 08 02:13:56 2004 +0000
@@ -1,3 +1,12 @@
+2004-09-07  John W. Eaton  <jwe@octave.org>
+
+	* Range.cc (round): Delete unused function.
+
+	* lo-mappers.cc (xround): Rename from round.  Change all uses.
+	If HAVE_ROUND, call round, otherwise fake with floor and ceil.
+
+	* oct-inttypes.h: Include <cmath> here.
+
 2004-09-03  David Bateman  <dbateman@free.fr>
 
 	* boolNDArray.cc (boolNDArray::concat, boolNDArray::insert):