diff src/ChangeLog @ 8824:76ddf0ab985d

auto-set cellstr cache when sorting cells
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Feb 2009 07:53:47 +0100
parents 3efa512a0957
children c3445f1c8cb4
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 20 07:44:48 2009 +0100
+++ b/src/ChangeLog	Fri Feb 20 07:53:47 2009 +0100
@@ -5,6 +5,8 @@
 	* ov-cell.cc (octave_cell::is_sorted, octave_cell::is_sorted_rows):
 	New methods.
 	* ov-cell.h: Declare them.
+	* ov-cell.cc (octave_cell::sort): Create result already with
+	cellstr_cache.
 
 2009-02-20  John W. Eaton  <jwe@octave.org>