changeset 8681:72b1f1eece70

ChangeLog fix for last two patches
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 05 Feb 2009 15:11:24 +0100
parents a2bcd96b9344
children 38968f09f7ca
files liboctave/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Feb 05 14:34:30 2009 +0100
+++ b/liboctave/ChangeLog	Thu Feb 05 15:11:24 2009 +0100
@@ -1,3 +1,10 @@
+2009-02-05  Jaroslav Hajek  <highegg@gmail.com>
+	
+	* idx-vector.h (idx_vector::idx_colon_rep,
+	idx_vector::idx_scalar_rep, idx_vector::idx_range_rep,
+	idx_vector::idx_vector_rep): Declare allocators.
+	* idx-vector.cc: Define them.
+
 2009-02-05  Jaroslav Hajek  <highegg@gmail.com>
 
 	* str-vec.h (string_vector::sort): Remove implementation.
--- a/src/ChangeLog	Thu Feb 05 14:34:30 2009 +0100
+++ b/src/ChangeLog	Thu Feb 05 15:11:24 2009 +0100
@@ -1,8 +1,5 @@
 2009-02-05  Jaroslav Hajek  <highegg@gmail.com>
 
-	* ov-base-mat.cc (
-	* ov-base-mat.h
-	* pt-eval.cc
 	* OPERATORS/op-cm-cs.cc: Use scalar_value in scalar-to-matrix
 	indexed assignments.
 	* OPERATORS/op-fcm-fcs.cc: Ditto.