diff liboctave/ChangeLog @ 2575:e57847e2de87

[project @ 1996-12-09 18:05:37 by jwe]
author jwe
date Mon, 09 Dec 1996 18:05:39 +0000
parents 58113987ee03
children df3124e46963
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Dec 09 17:30:40 1996 +0000
+++ b/liboctave/ChangeLog	Mon Dec 09 18:05:39 1996 +0000
@@ -1,5 +1,11 @@
 Fri Dec  6 14:41:15 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Array2-idx.h (assign): If index is a colon, set number of
+	elements to the lhs dimension if the lhs dimension is greater than
+	zero.  Otherwise, set it to the rhs dimension.
+
+	* Version 1.94.
+
 	* Array2-idx.h (assign): Test for rhs scalar case first.
 	If index is colon, set number of elements to lhs dimension, not
 	rhs dimension.