diff liboctave/ChangeLog @ 6525:25f3fb4a6f1b

[project @ 2007-04-13 16:18:29 by jwe]
author jwe
date Fri, 13 Apr 2007 16:18:29 +0000
parents e0a1dff7677c
children 3c89a3f9d23e
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Apr 13 12:22:12 2007 +0000
+++ b/liboctave/ChangeLog	Fri Apr 13 16:18:29 2007 +0000
@@ -1,3 +1,8 @@
+2007-04-13  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (Array<T>::maybe_delete_elements_2): Don't return early
+	for empty matrix.  Only check for colon index equivalence if not empty.
+
 2007-04-10  John W. Eaton  <jwe@octave.org>
 
 	* SparseCmplxQR.cc