comparison src/ChangeLog @ 4247:fc9a075d10fb

[project @ 2002-12-30 23:05:27 by jwe]
author jwe
date Mon, 30 Dec 2002 23:05:27 +0000
parents 0253850a08d7
children eef64f3f9a4c
comparison
equal deleted inserted replaced
4246:0253850a08d7 4247:fc9a075d10fb
1 2002-12-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * load-save.cc (read_mat_ascii_data): Use isalpha and isalnum, not
4 ::isalpha and ::isalnum.
5
6 * defaults.cc (maybe_add_or_del_packages): SCRIPT_FILE arg is now
7 a const reference type.
8
9 * ov.h (octave_value::subsref, octave_value::subsasgn,
10 octave_value::assign, octave_value::do_non_const_unary_op,
11 octave_value::numeric_assign): TYPE arg is now a const reference
12 type. Change all derived classes.
13
14 * ov.cc (octave_value::subsref (const std::string&, const
15 octave_value_list&)): Move body here, from ov.h.
16
17 * octave.cc (octave_main): Return 0 at end of function to avoid
18 compiler warnings.
19
1 2002-12-30 Paul Kienzle <pkienzle@users.sf.net> 20 2002-12-30 Paul Kienzle <pkienzle@users.sf.net>
2 21
3 * parse.y: Fix typo in doc string. 22 * parse.y: Fix typo in doc string.
4 23
5 2002-12-29 John W. Eaton <jwe@bevo.che.wisc.edu> 24 2002-12-29 John W. Eaton <jwe@bevo.che.wisc.edu>