Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 6208:323be5eeed1f
[project @ 2006-12-06 20:23:18 by jwe]
author | jwe |
---|---|
date | Wed, 06 Dec 2006 20:23:19 +0000 |
parents | 3c92b8d892dd |
children | 74ca56e4414c |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,16 +1,22 @@ +2006-12-06 Michael Goffioul <michael.goffioul@swing.be> + + * lo-sysdep.cc (opendir): Avoid passing \\* to FindFirstFile. + + * file-ops.cc (ops::canonicalize_file_name): Provide partial + implementatino for Windows. + 2006-12-06 David Bateman <dbateman@free.fr> - * dSparse.cc (SparseMatrix::is_symmetric(void) const): Faster - implementation. - * CSparse.cc (SparseComplexMatrix::is_symmetric(void) const): ditto. + * dSparse.cc (SparseMatrix::is_symmetric): Faster implementation. + * CSparse.cc (SparseComplexMatrix::is_symmetric): Ditto. * dMatrrix.cc (finverse): Old inverse method renamed inverse. (tinverse): New method for triangular matrices. (inverse): New function with matrix type probing. * dMatrix.h (finverse, tinverse, inverse): New and modified declarations. - * CMatrix.cc: ditto. - * CMatrix.h: ditto. + * CMatrix.cc: Ditto. + * CMatrix.h: Ditto. 2006-12-06 John W. Eaton <jwe@octave.org>