Mercurial > hg > octave-lyh
comparison src/ChangeLog @ 3098:f4acdc9a77cc
[project @ 1997-11-14 09:30:20 by jwe]
author | jwe |
---|---|
date | Fri, 14 Nov 1997 09:30:29 +0000 |
parents | ff8b4d6371b3 |
children | bea2f5be3eab |
comparison
equal
deleted
inserted
replaced
3097:d12c312d1cfb | 3098:f4acdc9a77cc |
---|---|
1 Fri Nov 14 01:53:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | 1 Fri Nov 14 01:53:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | |
3 * input.cc (get_user_input (const octave_value_list&, bool)): | |
4 Return octave_value() if user enters `quit', `exit', or `return'. | |
5 If debugging, let eval_string handle the printing chores and | |
6 reset error_state before asking for more input. | |
7 | |
8 * input.cc (Fkeyboard): Unconditionally turn on history here. | |
2 | 9 |
3 * lex.l (have_continuation, have_ellipsis_continuation): Declare | 10 * lex.l (have_continuation, have_ellipsis_continuation): Declare |
4 arg as bool, not int. Change callers. | 11 arg as bool, not int. Change callers. |
5 | 12 |
6 * lex.l (Vbackslash_escapes): New static variable. | 13 * lex.l (Vbackslash_escapes): New static variable. |