comparison src/ChangeLog @ 3215:bc3fdfe311a3

[project @ 1998-11-10 14:06:21 by jwe]
author jwe
date Tue, 10 Nov 1998 14:12:07 +0000
parents bf61c443a366
children 30770ba4457a
comparison
equal deleted inserted replaced
3214:8cc04ca5b4ca 3215:bc3fdfe311a3
1 Mon Nov 9 16:12:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * pr-output.cc (octave_print_internal): Reorder default args for
4 charMatrix version.
5 (octave_print_internal): New function for boolMatrix.
6
7 * version.h (OCTAVE_STARTUP_MESSAGE): Note that this is a
8 development release.
9
10 * toplev.cc (do_octave_atexit): Call flush_octave_stdout here.
11 (clean_up_for_exit): And here.
12
13 Mon Nov 9 15:20:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
14
15 * input.cc (get_user_input): Check retval.length(), not retval.length.
16
17 Sun Nov 8 19:30:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
18
19 * pt-assign.cc (tree_simple_assignment::rvalue): If etype is
20 asn_eq, don't evaluate ult again because retval is just rhs value.
21 (tree_multi_assignment::rvalue): Likewise.
22
23 Fri Nov 6 12:14:29 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
24
25 * pt-loop.cc (tree_for_command::eval): Move code for string RHS
26 outside if clause for matrix types.
27
28 * pt-idx.cc: Don't forget to define arg_nm.
29 Move contstructor here.
30 * pt-idx.h: From here.
31
32 * data.cc (Fisempty): Also return true for empty strings.
33
1 Wed Nov 4 17:21:41 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 34 Wed Nov 4 17:21:41 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2 35
3 * ov-base.cc (octave_base_value::rows, octave_base_value::columns, 36 * ov-base.cc (octave_base_value::rows, octave_base_value::columns,
4 octave_base_value::length): Delete. 37 octave_base_value::length): Delete.
5 * ov-base.h (octave_base_value::rows, octave_base_value::columns, 38 * ov-base.h (octave_base_value::rows, octave_base_value::columns,