comparison src/ChangeLog @ 4323:0990c9b77109

[project @ 2003-02-14 07:36:26 by jwe]
author jwe
date Fri, 14 Feb 2003 07:36:27 +0000
parents 05973ead74eb
children dcdca99fe2f0
comparison
equal deleted inserted replaced
4322:0b24abe1ba0b 4323:0990c9b77109
1 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov-str-mat.h (octave_char_matrix_str::is_real_type,
4 octave_char_matrix_str::is_matrix_type,
5 octave_char_matrix_str::is_numeric_type): Always return false.
6
7 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu>
8
9 * lex.l (<CCHAR>): If we are parsing a command, reset start state.
10 Use BEGIN (INITIAL) instead of BEGIN 0. Use parens around start
11 state in BEGIN statements.
12
1 2003-02-13 Paul Kienzle <pkienzle@users.sf.net> 13 2003-02-13 Paul Kienzle <pkienzle@users.sf.net>
2 14
3 * variables.cc (Fmlock, Fmunlock, Fmislocked): New functions. 15 * variables.cc (Fmlock, Fmunlock, Fmislocked): New functions.
4 16
5 * variables.cc (mlock, munlock, mislocked): New functions. 17 * variables.cc (mlock, munlock, mislocked): New functions.