diff liboctave/ChangeLog @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents a585a2dfca6c
children 55211d6748c4
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Nov 25 04:29:47 2003 +0000
+++ b/liboctave/ChangeLog	Tue Nov 25 05:41:36 2003 +0000
@@ -1,6 +1,10 @@
 2003-11-24  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Array.cc (assignN): Allow single indexing to work.
+	(Array<T>::range_error (const char*, const Array<int>&)):
+	Report index values.
+
+	* Array.cc (Array<T>::index): Delete unused arg names.
 
 	* dim-vector.h (dim_vector::all_ones): New function.