comparison src/ChangeLog @ 5030:160365410ad4

[project @ 2004-09-24 03:22:23 by jwe]
author jwe
date Fri, 24 Sep 2004 03:22:24 +0000
parents 4e4062bb9807
children 3361e0846469
comparison
equal deleted inserted replaced
5029:1ec26bdb120c 5030:160365410ad4
1 2004-09-23 John W. Eaton <jwe@octave.org> 1 2004-09-23 John W. Eaton <jwe@octave.org>
2 2
3 * (OCTAVE_SS_INT_OPS2, OCTAVE_SM_INT_OPS2, OCTAVE_MM_INT_OPS2,
4 OCTAVE_INSTALL_SS_INT_OPS2, OCTAVE_INSTALL_SM_INT_OPS2,
5 OCTAVE_INSTALL_MS_INT_OPS2, OCTAVE_INSTALL_MM_INT_OPS2):
6 Delete unused macros.
7
8 * OPERATORS/op-int.h (OCTAVE_SS_INT_BOOL_OPS): New args Z1 and Z2.
9 (OCTAVE_SS_INT_OPS): Pass appropriately typed zero values to
10 OCTAVE_SS_INT_BOOL_OPS.
11 * OPERATORS/op-i64-i64.cc, OPERATORS/op-ui64-ui64.cc: Likewise.
12
13 * pr-output.cc (pr_plus_format): Now template.
14 Specialize for Complex.
15 (octave_print_internal): Lookup print_conv_type using
16 octave_int<T>, not just T.
17
3 * ov-struct.cc (octave_struct::subsref): Pass skip to next_subsref. 18 * ov-struct.cc (octave_struct::subsref): Pass skip to next_subsref.
19
20 * oct-stream.cc (do_read): Hitting EOF should not be an error.
4 21
5 2004-09-22 John W. Eaton <jwe@octave.org> 22 2004-09-22 John W. Eaton <jwe@octave.org>
6 23
7 * pt-plot.cc (send_to_plot_stream): Skip automatic replot if in 24 * pt-plot.cc (send_to_plot_stream): Skip automatic replot if in
8 multiplot mode. 25 multiplot mode.