comparison liboctave/ChangeLog @ 11938:3b5a99b63570 release-3-0-x

backport sorting fixes
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 24 Feb 2009 07:53:24 +0100
parents e896fba7e3d4
children f835cb5b2484
comparison
equal deleted inserted replaced
11937:a08f22ff5ba1 11938:3b5a99b63570
1 2009-02-05 Jaroslav Hajek <highegg@gmail.com>
2
3 * oct-sort.cc (octave_sort<T>::merge_hi): std::copy ->
4 std::copy_backward where appropriate.
5
1 2008-01-15 Rafael Laboissiere <rafael@debian.org> 6 2008-01-15 Rafael Laboissiere <rafael@debian.org>
2 7
3 * oct-md5.cc: Include <cstdio>. 8 * oct-md5.cc: Include <cstdio>.
4 9
5 2008-10-28 Brian Gough <bjg@gnu.org> 10 2008-10-28 Brian Gough <bjg@gnu.org>