comparison src/ChangeLog @ 4663:bf7272f8ba8c

[project @ 2003-11-25 06:05:20 by jwe]
author jwe
date Tue, 25 Nov 2003 06:07:28 +0000
parents 55211d6748c4
children 19bcdc6a9bb8
comparison
equal deleted inserted replaced
4662:55211d6748c4 4663:bf7272f8ba8c
1 2003-11-25 John W. Eaton <jwe@bevo.che.wisc.edu>
2
1 2003-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> 3 2003-11-24 John W. Eaton <jwe@bevo.che.wisc.edu>
2 4
3 * version.h (OCTAVE_VERSION): Now 2.1.52. 5 * version.h (OCTAVE_VERSION): Now 2.1.52.
4 (OCTAVE_API_VERSION): Now api-v3. 6 (OCTAVE_API_VERSION): Now api-v3.
5 7
6 * ov.h (octave_value::all_strings): Pass second arg to rep function. 8 * ov.h (octave_value::all_strings): Pass second arg to rep function.
7 9
8 * DLD-FUNCTIONS/dasrt.cc (dasrt_user_f): Delete unused arg names. 10 * DLD-FUNCTIONS/dasrt.cc (dasrt_user_f): Delete unused arg names.
11 * ls-hdf5.h (hdf5_streambase::hdf5_streambase): Likewise.
12 * ls-hdf5.cc (read_hdf5_data): Likewise.
9 * ls-utils.cc (get_save_type): Likewise. 13 * ls-utils.cc (get_save_type): Likewise.
10 * parse.y (Fassignin): Likewise. 14 * parse.y (Fassignin): Likewise.
11 * utils.cc (empty_arg): Likewise. 15 * utils.cc (empty_arg): Likewise.
12 * ov-usr-fcn.h (octave_user_function::subsref): Likewise. 16 * ov-usr-fcn.h (octave_user_function::subsref): Likewise.
13 * ov-base-mat.h (octave_base_matrix::subsref): Likewise. 17 * ov-base-mat.h (octave_base_matrix::subsref): Likewise.
20 * ov-list.h (octave_list::subsref): Likewise. 24 * ov-list.h (octave_list::subsref): Likewise.
21 * ov-base.cc (octave_base_value::print_info): Likewise. 25 * ov-base.cc (octave_base_value::print_info): Likewise.
22 * pt-check.cc (tree_checker::visit_subplot_axes): Likewise. 26 * pt-check.cc (tree_checker::visit_subplot_axes): Likewise.
23 * pr-output.cc (octave_print_internal (std::ostream&, double, bool), 27 * pr-output.cc (octave_print_internal (std::ostream&, double, bool),
24 octave_print_internal (std::ostream&, const Complex&, bool), 28 octave_print_internal (std::ostream&, const Complex&, bool),
25 octave_print_internal (std::ostream& const charNDArray&, bool, 29 octave_print_internal (std::ostream&, const ArrayN<std::string>&,
26 int, bool): Likewise. 30 bool, int): Likewise.
27 * oct-stream.cc (octave_scan<> (std::istream&, const 31 * oct-stream.cc (octave_scan<> (std::istream&, const
28 scanf_format_elt&, char*): Likewise 32 scanf_format_elt&, char*): Likewise
29 * TEMPLATE-INST/Array-tc.cc (resize_fill_value<octave_value>): 33 * TEMPLATE-INST/Array-tc.cc (resize_fill_value<octave_value>):
30 Likewise. 34 Likewise.
31 * pt-bp.cc (tree_breakpoint::visit_octave_user_function, 35 * pt-bp.cc (tree_breakpoint::visit_octave_user_function,