Mercurial > hg > octave-nkf
diff src/ChangeLog @ 2745:76411ce43c05
[project @ 1997-02-26 07:52:14 by jwe]
author | jwe |
---|---|
date | Wed, 26 Feb 1997 07:52:17 +0000 |
parents | 2b5c27299cde |
children | 99dd10f4eaaf |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +Tue Feb 25 22:21:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * time.cc (strftime): increase initial buffer size. + +Mon Feb 24 17:49:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * pt-fvc.cc (tree_builtin::eval): Enable checking for max number + of arguments. + + * error.cc (handle_message): Don't fail if args is empty. + +Sun Feb 23 22:42:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * lex.h (lexical_feedback::looking_at_return_list): New field. + (lexical_feedback::looking_at_parameter_list): Ditto. + * lex.l (lexical_feedback::init): Initialize them. + (handle_identifier): Use them. + * parse.y: Likewise. + Fri Feb 21 15:35:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * lex.l: Require flex 2.5 or later (we really want 2.5.4 or later,