diff liboctave/ChangeLog @ 10351:5150ceb4dbb4

base charMatrix and boolMatrix on Array<char>
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 23 Feb 2010 14:15:34 +0100
parents 12884915a8e4
children a3635bc1ea19
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-23  Jaroslav Hajek  <highegg@gmail.com>
+
+	* chMatrix.h (charMatrix): Base on Array<char>.
+	* chMatrix.cc (charMatrix): Update.
+	* boolMatrix.h (boolMatrix): Ditto.
+	* boolMatrix.h (boolMatrix): Update.
+
 2010-02-23  Jaroslav Hajek  <highegg@gmail.com>
 
 	* Array.h (Array): Define 2D constructors. Remove conflicting 1D