diff liboctave/ChangeLog @ 6482:7e958a1532c6

[project @ 2007-04-04 02:37:07 by jwe]
author jwe
date Wed, 04 Apr 2007 02:37:07 +0000
parents 89ed13fec6fe
children d00da2148c53
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Apr 03 19:39:12 2007 +0000
+++ b/liboctave/ChangeLog	Wed Apr 04 02:37:07 2007 +0000
@@ -1,5 +1,17 @@
 2007-04-03  John W. Eaton  <jwe@octave.org>
 
+	* intNDArray.cc (intNDArray): Delete spurious semicolon.
+
+	* CMatrix.cc (ComplexMatrix::tinverse): Use Array<T> and
+	fortran_vec method instead of OCTAVE_LOCAL_BUFFER to avoid
+	"maybe clobbered by vfork" warning.
+
+	* Sparse-op-defs.h (SPARSE_CUMSUM): Add parens to avoid ambiguous
+	if/else.
+
+	* oct-spparms.h (octave_sparse_params): Define copy constructor
+	and destructor.
+
 	* Array.cc (assignN): Don't resize dimension if corresponding
 	index is empty.