comparison src/ChangeLog @ 3221:eba59b8c64dc

[project @ 1998-11-19 20:31:46 by jwe]
author jwe
date Thu, 19 Nov 1998 20:31:47 +0000
parents 3deb1105fbc1
children dae85431bade
comparison
equal deleted inserted replaced
3220:3deb1105fbc1 3221:eba59b8c64dc
1 Thu Nov 19 14:30:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov-re-mat.h (octave_matrix_value): Delete experimental code for
4 handling structure references for things like .rows, .cols, etc.
5
1 Wed Nov 18 01:18:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 6 Wed Nov 18 01:18:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2 7
3 * ov-base-mat.cc (octave_base_matrix::is_true): New function. 8 * Makefile.in (VAR_FILES): Be more careful about matching.
4 * ov-bool-mat.cc (octave_bool_matrix::is_true): Delete. 9 (DEF_FILES): Likewise.
5 * ov-ch-mat.cc (octave_char_matrix::is_true): Delete. 10
6 * ov-cx-mat.cc (octave_complex_matrix::is_true): Delete. 11 * ov-base-mat.h, ov-base-mat.cc, ov-bool-mat.h, ov-bool-mat.cc,
7 * ov-re-mat.cc (octave_matrix::is_true): Delete. 12 ov-ch-mat.h, ov-ch-mat.cc, ov-cx-mat.h, ov-cx-mat.cc,
8 13 ov-re-mat.h, ov-re-mat.cc: Move default definition of all, any,
9 * ov-base-mat.cc (octave_base_matrix::do_index_op): New function. 14 is_matrix_type, is_numeric_type, valid_as_zero_index, and
10 * ov-bool-mat.cc (octave_bool_matrix::do_index_op): Delete. 15 do_index_op to base class.
11 * ov-cx-mat.cc (octave_complex_matrix::do_index_op): Delete. 16 Provide definitions that override the defaults where necessary.
12 * ov-re-mat.cc (octave_matrix::do_index_op): Delete.
13 17
14 * mappers.cc: Don't include lo-specfun.h. 18 * mappers.cc: Don't include lo-specfun.h.
15 19
16 Tue Nov 17 14:35:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 20 Tue Nov 17 14:35:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
17 21