comparison src/ChangeLog @ 4626:1ba089061bfe

[project @ 2003-11-16 00:33:07 by jwe]
author jwe
date Sun, 16 Nov 2003 00:33:07 +0000
parents 87c01a296263
children 212fc2115e09
comparison
equal deleted inserted replaced
4625:87c01a296263 4626:1ba089061bfe
1 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * version.h (OCTAVE_VERSION): Now 2.1.51.
4 (OCTAVE_API_VERSION): Now api-v2.
5
6 * version.h (OCTAVE_BUGS_STATEMENT): Also tell people to look at
7 http://www.octave.org/bugs.html.
2 8
3 * oct-map.cc (Octave_map::assign): Use resize, not resize and fill. 9 * oct-map.cc (Octave_map::assign): Use resize, not resize and fill.
4 * ov-typeinfo.cc (octave_value_typeinfo::do_register_type): Likewise. 10 * ov-typeinfo.cc (octave_value_typeinfo::do_register_type): Likewise.
5 11
6 * Cell.cc (Cell::Cell): Pass dim_vector to resize instead of two ints. 12 * Cell.cc (Cell::Cell): Pass dim_vector to resize instead of two ints.
8 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> 14 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
9 15
10 * Makefile.in (stamp-liboctave-prereq): New target. 16 * Makefile.in (stamp-liboctave-prereq): New target.
11 ($(DEF_FILES), $(MAKEDEPS)): Depend on it. 17 ($(DEF_FILES), $(MAKEDEPS)): Depend on it.
12 (distclean): Remove it. 18 (distclean): Remove it.
13
14 * version.h (OCTAVE_VERSION): Now 2.1.51.
15 (OCTAVE_API_VERSION): Now api-v2.
16 19
17 * parse.y (cancel_obj_idx): New rule. 20 * parse.y (cancel_obj_idx): New rule.
18 (postfix_expr, prefix_expr): Use begin_obj_idx after every 21 (postfix_expr, prefix_expr): Use begin_obj_idx after every
19 postfix_expr on RHS. Use cancel_obj_idx as soon as possible for 22 postfix_expr on RHS. Use cancel_obj_idx as soon as possible for
20 cases where we are not working on an index expression. 23 cases where we are not working on an index expression.