comparison liboctave/ChangeLog @ 6996:9861dc5f382b

[project @ 2007-10-10 00:39:21 by jwe]
author jwe
date Wed, 10 Oct 2007 00:39:22 +0000
parents 963878fa3267
children e87f860624cc
comparison
equal deleted inserted replaced
6995:963878fa3267 6996:9861dc5f382b
1 2007-10-09 John W. Eaton <jwe@octave.org> 1 2007-10-09 John W. Eaton <jwe@octave.org>
2
3 * oct-time.cc (octave_strptime::init): Initialize t.tm_mon to -1
4 and t.tm_year to INT_MIN before call to oct_strptime. Adjust
5 values to zero after call if they remain unchanged.
2 6
3 * dSparse.cc (SparseMatrix::all_elements_are_zero): New function. 7 * dSparse.cc (SparseMatrix::all_elements_are_zero): New function.
4 * dNDArray.cc (NDArray::all_elements_are_zero): New function. 8 * dNDArray.cc (NDArray::all_elements_are_zero): New function.
5 9
6 2007-10-09 David Bateman <dbateman@free.fr> 10 2007-10-09 David Bateman <dbateman@free.fr>