comparison liboctave/ChangeLog @ 8681:72b1f1eece70

ChangeLog fix for last two patches
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 05 Feb 2009 15:11:24 +0100
parents e2b4c19c455c
children ddbe87599331
comparison
equal deleted inserted replaced
8680:a2bcd96b9344 8681:72b1f1eece70
1 2009-02-05 Jaroslav Hajek <highegg@gmail.com>
2
3 * idx-vector.h (idx_vector::idx_colon_rep,
4 idx_vector::idx_scalar_rep, idx_vector::idx_range_rep,
5 idx_vector::idx_vector_rep): Declare allocators.
6 * idx-vector.cc: Define them.
7
1 2009-02-05 Jaroslav Hajek <highegg@gmail.com> 8 2009-02-05 Jaroslav Hajek <highegg@gmail.com>
2 9
3 * str-vec.h (string_vector::sort): Remove implementation. 10 * str-vec.h (string_vector::sort): Remove implementation.
4 * str-vec.cc (string_vector::sort): Move here. Use in-place sorting. 11 * str-vec.cc (string_vector::sort): Move here. Use in-place sorting.
5 * Array-str.cc: Fix order of header files. 12 * Array-str.cc: Fix order of header files.