comparison liboctave/ChangeLog @ 7929:30b952e90c29

misc 64-bit fixes
author John W. Eaton <jwe@octave.org>
date Tue, 15 Jul 2008 13:34:22 -0400
parents 4976f66d469b
children 5a156ab94dd2
comparison
equal deleted inserted replaced
7928:f728089c9543 7929:30b952e90c29
1 2008-07-15 John W. Eaton <jwe@octave.org>
2
3 * oct-sort.cc, oct-sort.h (octave_sort<T>::count_run): Declare
4 descending arg as bool&.
5 (octave_sort<T>::sort): Pass bool to count_run for descending arg.
6
1 2008-07-11 John W. Eaton <jwe@octave.org> 7 2008-07-11 John W. Eaton <jwe@octave.org>
2 8
3 * dDiagMatrix.cc (DiagMatrix::diag): Return empty ColumnVector if 9 * dDiagMatrix.cc (DiagMatrix::diag): Return empty ColumnVector if
4 number of rows or columns is 0. 10 number of rows or columns is 0.
5 * fDiagMatrix.cc (FloatDiagMatrix::diag): Likewise. 11 * fDiagMatrix.cc (FloatDiagMatrix::diag): Likewise.