Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 4746:c43a0c0b6d44
[project @ 2004-02-06 20:46:31 by jwe]
author | jwe |
---|---|
date | Fri, 06 Feb 2004 20:47:46 +0000 |
parents | 537509a45ba7 |
children | 3f28979bbe2c |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,12 +1,16 @@ 2004-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> - * Array.cc (Array<T>::assignN): Move body of MAYBE_RESIZE_ND_DIMS - here since it is only used once. Correctly resize for expressions - like x(:,:,2) = ones(3,3) when LHS is not yet defined. - Simplify loop for array assignment. + * Array.cc (Array<T>::assignN): Simplify loop for array assignment. + Move body of MAYBE_RESIZE_ND_DIMS here since it is only used once. + Eliminate special case for empty index. + Correctly resize for expressions like x(:,:,2) = ones(3,3) when + LHS is not yet defined. Error for resizing if number of indices is less than number of LHS dimensions. + * Array.cc (Array<T>::maybe_delete_elements): Maybe warn about + Fortran-style indexing. + 2004-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> * Array.cc (Array<T>::assignN): Simplify.