diff liboctave/ChangeLog @ 5264:95e054384359

[project @ 2005-04-01 18:22:37 by jwe]
author jwe
date Fri, 01 Apr 2005 18:22:37 +0000
parents 90a9058de7e8
children 86185152b7a4
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Feb 01 21:28:02 2008 -0500
+++ b/liboctave/ChangeLog	Fri Apr 01 18:22:37 2005 +0000
@@ -1,3 +1,11 @@
+2005-04-01  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (assignN): For A(IDX-LIST) = RHS with A previously
+	undefined, correctly match colons in IDX-LIST with RHS dimensions
+	when resizing A.  When performing the assignment, just check that
+	the number of elements in RHS matches the number of elements
+	indexed by IDX-LIST.
+
 2005-03-30  John W. Eaton  <jwe@octave.org>
 
 	* lo-mappers.cc (log10, tan, tanh): Delete functions.