comparison src/ChangeLog @ 9019:12ca81f1fa99

compatibility fix for find called for empty arguments
author John W. Eaton <jwe@octave.org>
date Wed, 25 Mar 2009 19:02:15 -0400
parents 9543a90fac18
children 5e276a0b9997
comparison
equal deleted inserted replaced
9018:9057df9bb8a1 9019:12ca81f1fa99
1 2009-03-25 John W. Eaton <jwe@octave.org> 1 2009-03-25 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/find.cc (find_nonzero_elem_idx): Also return
4 [](0x0) if the array has 0 rows and it is not a column vector.
2 5
3 * oct-stream.cc (octave_stream::write (const Array<T>&, 6 * oct-stream.cc (octave_stream::write (const Array<T>&,
4 octave_idx_type, oct_data_conv::data_type, octave_idx_type, 7 octave_idx_type, oct_data_conv::data_type, octave_idx_type,
5 oct_mach_info::float_format)): Seek to skip if still inside bounds 8 oct_mach_info::float_format)): Seek to skip if still inside bounds
6 of existing file. Otherwise, write NUL to skip. 9 of existing file. Otherwise, write NUL to skip.