comparison src/ChangeLog @ 4324:dcdca99fe2f0

[project @ 2003-02-15 03:18:43 by jwe]
author jwe
date Sat, 15 Feb 2003 03:18:44 +0000
parents 0990c9b77109
children 1cae4472c624
comparison
equal deleted inserted replaced
4323:0990c9b77109 4324:dcdca99fe2f0
1 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * octave.cc (maximum_braindamage): Set boolean built-in variables
4 to true and false instead of 1.0 and 0.0.
5 (octave_main): Likewise.
6 * error.cc (Fwarning): Likewise.
7
8 * pager.cc (Fmore): Make the no-arg case work too.
2 9
3 * ov-str-mat.h (octave_char_matrix_str::is_real_type, 10 * ov-str-mat.h (octave_char_matrix_str::is_real_type,
4 octave_char_matrix_str::is_matrix_type, 11 octave_char_matrix_str::is_matrix_type,
5 octave_char_matrix_str::is_numeric_type): Always return false. 12 octave_char_matrix_str::is_numeric_type): Always return false.
6 13