comparison src/ChangeLog @ 4615:1c0ec4705a5f

[project @ 2003-11-15 01:40:33 by jwe]
author jwe
date Sat, 15 Nov 2003 01:40:33 +0000
parents 1e8d49b93fab
children 1088ded853f2
comparison
equal deleted inserted replaced
4614:1e8d49b93fab 4615:1c0ec4705a5f
1 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2 2
3 * version.h (OCTAVE_VERSION): Now 2.1.51. 3 * version.h (OCTAVE_VERSION): Now 2.1.51.
4 (OCTAVE_API_VERSION): Now api-v2. 4 (OCTAVE_API_VERSION): Now api-v2.
5
6 * parse.y (cancel_obj_idx): New rule.
7 (postfix_expr, prefix_expr): Use begin_obj_idx after every
8 postfix_expr on RHS. Use cancel_obj_idx as soon as possible for
9 cases where we are not working on an index expression.
5 10
6 * lex.l (maybe_unput_comma, handle_close_bracket): 11 * lex.l (maybe_unput_comma, handle_close_bracket):
7 Don't insert comma if we are looking at an object index and the 12 Don't insert comma if we are looking at an object index and the
8 closest nesting level is a brace. 13 closest nesting level is a brace.
9 14