diff liboctave/ChangeLog @ 4645:bd2067547b40

[project @ 2003-11-23 08:07:52 by jwe]
author jwe
date Sun, 23 Nov 2003 08:07:53 +0000
parents fad289f3df73
children eff8f977508c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sat Nov 22 12:58:40 2003 +0000
+++ b/liboctave/ChangeLog	Sun Nov 23 08:07:53 2003 +0000
@@ -1,3 +1,19 @@
+2003-11-20  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* MArrayN.cc (operator -=, operator +=): Check dimensions, not
+	just length.
+
+	* Array2.h, Array3.h, DiagArray2.h, DiagArray2.cc, MDiagArray2.h,
+	ArrayN.h:  Add this-> or Base:: qualifiers for references to
+	non-dependent member functions and data as needed.
+
+	* DiagArray2.h, DiagArray2.cc: Delete unused code.
+
+	* Array2.h (Array2<T>::operator =): Don't copy dimensions here.
+	* Array3.h (Array3<T>::operator =): Likewise.
+	* DiagArray2.h (DiagArray2<T>::operator =): Likewise.
+	Include Array.h, not Array2.h.
+
 2003-11-19  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* str-vec.cc (list_in_columns): Fix previous change.