Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 6217:95084cd8723c
[project @ 2006-12-22 17:51:28 by jwe]
author | jwe |
---|---|
date | Fri, 22 Dec 2006 17:51:28 +0000 |
parents | 74ca56e4414c |
children | 8e0f1eda266b |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2006-12-22 David Bateman <dbateman@free.fr> + + * boolSparse.cc (SparseBoolMatrix::operator !): Fix off-by-one error. + 2006-12-22 John W. Eaton <jwe@octave.org> * dim-vector.h (dim_vector::dim_vector): Always start with at @@ -9,7 +13,7 @@ * lo-sysdep.cc (opendir): Avoid passing \\* to FindFirstFile. * file-ops.cc (ops::canonicalize_file_name): Provide partial - implementatino for Windows. + implementation for Windows. 2006-12-06 David Bateman <dbateman@free.fr>