comparison src/ChangeLog @ 8842:be7b30a24938

line/column info for switch and if statements
author John W. Eaton <jwe@octave.org>
date Mon, 23 Feb 2009 12:29:10 -0500
parents c74389115610
children b9ce57a309a3
comparison
equal deleted inserted replaced
8841:c74389115610 8842:be7b30a24938
1 2009-02-23 John W. Eaton <jwe@octave.org> 1 2009-02-23 John W. Eaton <jwe@octave.org>
2
3 * parse.y (finish_if_command): Also store line and column info for
4 if statement in first element of list.
5 (finish_switch_command): Likewise, for switch.
2 6
3 * input.cc (last_debugging_command): New static variable. 7 * input.cc (last_debugging_command): New static variable.
4 (octave_gets): Set it here. Don't insert repeated debugging 8 (octave_gets): Set it here. Don't insert repeated debugging
5 commands in the history list. 9 commands in the history list.
6 10