diff liboctave/ChangeLog @ 4651:b868b39534b0

[project @ 2003-11-24 01:24:16 by jwe]
author jwe
date Mon, 24 Nov 2003 01:24:16 +0000
parents 623f6262a8e9
children 14ab7b05a572
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sun Nov 23 23:17:47 2003 +0000
+++ b/liboctave/ChangeLog	Mon Nov 24 01:24:16 2003 +0000
@@ -1,5 +1,9 @@
 2003-11-23  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Array.cc (Array<T>::indexN): Correctly handle single colon index.
+	Omit special case for ra_idx.capacity () == 1.
+	Always allow single index for matrix args with optional warning.
+
 	* idx-vector.h, idx-vector.cc: Convert boolMatrix functions to use
 	boolNDArray.  Likewise, convert Matrix functions to use	NDArray.