diff liboctave/ChangeLog @ 6216:74ca56e4414c

[project @ 2006-12-22 17:45:47 by jwe]
author jwe
date Fri, 22 Dec 2006 17:45:47 +0000
parents 323be5eeed1f
children 95084cd8723c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Dec 15 03:24:13 2006 +0000
+++ b/liboctave/ChangeLog	Fri Dec 22 17:45:47 2006 +0000
@@ -1,3 +1,9 @@
+2006-12-22  John W. Eaton  <jwe@octave.org>
+
+	* dim-vector.h (dim_vector::dim_vector): Always start with at
+	least 2 dimensions.
+	(dim_vector::resize): Don't allow resizing to fewer than 2 dimensions.
+
 2006-12-06  Michael Goffioul  <michael.goffioul@swing.be>
 
 	* lo-sysdep.cc (opendir): Avoid passing \\* to FindFirstFile.