comparison src/ChangeLog @ 5336:6ba182a85dea

[project @ 2005-05-04 18:12:16 by jwe]
author jwe
date Wed, 04 May 2005 18:12:17 +0000
parents a892ee7ac114
children c4b55d47122e
comparison
equal deleted inserted replaced
5335:a892ee7ac114 5336:6ba182a85dea
1 2005-05-04 John W. Eaton <jwe@octave.org>
2
3 * ls-mat5.cc (read_mat5_binary_element): Implement reading of N-d
4 structure arrays.
5
6 * ov-struct.cc (octave_struct::load_hdf5,
7 octave_struct::load_binary, octave_struct::load_ascii): Assign
8 cell_value to map slot, not octave_value containing the cell.
9
1 2005-05-02 John W. Eaton <jwe@octave.org> 10 2005-05-02 John W. Eaton <jwe@octave.org>
2 11
3 * error.cc (Flasterr): Don't access argv if an error occurs when 12 * error.cc (Flasterr): Don't access argv if an error occurs when
4 creating it. 13 creating it.
5 14