Mercurial > hg > octave-lojdl
comparison liboctave/ChangeLog @ 8579:7e0f36dfefbe
implement octave_value_list using Array
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 23 Jan 2009 09:57:19 +0100 |
parents | 4a864c4e682d |
children | 188d38a553c7 |
comparison
equal
deleted
inserted
replaced
8578:4b6558abe675 | 8579:7e0f36dfefbe |
---|---|
1 2009-01-22 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * Array2.h (Array2<T>::index): Declare resize_ok as bool. | |
4 * ArrayN.h (ArrayN<T>::index): Dtto. Declare index vectors as const | |
5 refs. | |
6 | |
1 2009-01-22 Jaroslav Hajek <highegg@gmail.com> | 7 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
2 | 8 |
3 * Range.cc (sort_internal): Add missing test. | 9 * Range.cc (sort_internal): Add missing test. |
4 | 10 |
5 2009-01-22 Jaroslav Hajek <highegg@gmail.com> | 11 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |