comparison src/ChangeLog @ 9469:c6edba80dfae

sanity checks for loading sparse matrices
author John W. Eaton <jwe@octave.org>
date Wed, 29 Jul 2009 12:15:27 -0400
parents 2ebd0717c12d
children bcdf878e2686
comparison
equal deleted inserted replaced
9468:5af462716bff 9469:c6edba80dfae
1 2009-07-29 John W. Eaton <jwe@octave.org>
2
3 * ov-bool.cc (octave_bool::load_ascii): Call template function to
4 read value.
5 * ov-scalar.cc (octave_scalar::load_ascii): Likewise.
6 * ov-complex.cc (octave_complex::load_ascii): Likewise.
7 * ov-float.cc (octave_float_scalar::load_ascii): Likewise.
8 * ov-flt-complex.cc (octave_float_complex::load_ascii): Likewise.
9 * ls-mat-ascii.cc (read_mat_ascii_data): Likewise.
10
11 * ov-re-sparse.cc (octave_sparse_matrix::load_binary,
12 octave_sparse_matrix::load_hdf5): Perform sanity check on indices.
13 * ov-cx-sparse.cc (octave_sparse_complex_matrix::load_binary,
14 octave_sparse_complex_matrix::load_hdf5): Likewise.
15 * ov-bool-sparse.cc (octave_sparse_bool_matrix::load_binary,
16 octave_sparse_bool_matrix::load_hdf5): Likewise.
17
1 2009-07-29 Jaroslav Hajek <highegg@gmail.com> 18 2009-07-29 Jaroslav Hajek <highegg@gmail.com>
2 19
3 * ov-fcn-handle.cc (octave_fcn_handle::do_multi_index_op): 20 * ov-fcn-handle.cc (octave_fcn_handle::do_multi_index_op):
4 Cache lookups also for classes. 21 Cache lookups also for classes.
5 22