comparison liboctave/ChangeLog @ 8678:e2b4c19c455c

redo changeset 4238f2600a17 with fixes to sorting
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 04 Feb 2009 16:05:01 +0100
parents 095ae5e0a831
children 72b1f1eece70
comparison
equal deleted inserted replaced
8677:095ae5e0a831 8678:e2b4c19c455c
1 2009-02-05 Jaroslav Hajek <highegg@gmail.com>
2
3 * str-vec.h (string_vector::sort): Remove implementation.
4 * str-vec.cc (string_vector::sort): Move here. Use in-place sorting.
5 * Array-str.cc: Fix order of header files.
6 * oct-sort.cc (octave_sort<T>::merge_hi): std::copy ->
7 std::copy_backward where appropriate.
8
1 2009-02-05 John W. Eaton <jwe@octave.org> 9 2009-02-05 John W. Eaton <jwe@octave.org>
2 10
3 * Array-util.cc (zero_dims_inquire): Eliminate unused variable MATCH. 11 * Array-util.cc (zero_dims_inquire): Eliminate unused variable MATCH.
4 12
5 * Sparse.cc (assign (Sparse<LT>& lhs, const Sparse<RT>& rhs)): 13 * Sparse.cc (assign (Sparse<LT>& lhs, const Sparse<RT>& rhs)):