Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 7774:ce52af0e4a10
all false logical indexing fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 13 May 2008 17:45:35 +0200 |
parents | 8e14a01ffe9f |
children | 4c3665e65bcd |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,9 @@ +2008-05-13 David Bateman <dbateman@free.fr> + + * idx-vector.cc (IDX_VEC_REP::idx_vector_rep (const boolNDArray&)): + If len is zero size the index vector in the same manner as if len + is not zero. + 2008-05-05 John W. Eaton <jwe@octave.org> * cmd-edit.cc (command_editor::re_read_init_file,