diff liboctave/ChangeLog @ 5518:a9bd6c31751f

[project @ 2005-10-29 04:26:38 by jwe]
author jwe
date Sat, 29 Oct 2005 04:28:23 +0000
parents b957f4222249
children 20b20fd070b0
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-28  John W. Eaton  <jwe@octave.org>
+
+	* oct-sparse.h: Fix typo in HAVE_UFSPARSE_UMFPACK_H.
+	From Quentin Spencer <qspencer@ieee.org>.
+
+	* sparse-base-chol.cc: Use C++ true/false instead of
+	preprocessor defined TRUE/FALSE.  Use 0 instead of NULL.
+
 2005-10-27  John W. Eaton  <jwe@octave.org>
 
 	* Array.cc (assignN): Reshape to final size instead of resizing.