comparison liboctave/ChangeLog @ 6881:cd2c6a69a70d

[project @ 2007-09-07 21:48:09 by jwe]
author jwe
date Fri, 07 Sep 2007 21:48:10 +0000
parents 975fcdfb0d2d
children 1cbb8b606d63
comparison
equal deleted inserted replaced
6880:e00a8f661f06 6881:cd2c6a69a70d
1 2007-09-07 John W. Eaton <jwe@octave.org>
2
3 * Array.cc (Array<T>::fortran_vec): Call make_unique instead of
4 manipulating rep directly.
5
6 * Array.h (idx, idx_count): Declare mutable.
7 (Array<T>::set_index, Array<T>::clear_index, Array<T>::value):
8 Now const.
9
1 2007-09-06 David Bateman <dbateman@free.fr> 10 2007-09-06 David Bateman <dbateman@free.fr>
2 11
3 * Array-util.cc (increment_index): dimensions can have singleton 12 * Array-util.cc (increment_index): dimensions can have singleton
4 trailing dimensions. 13 trailing dimensions.
5 * Array.h (range_error, xelem, checkelem, elem, operator ()): 14 * Array.h (range_error, xelem, checkelem, elem, operator ()):