X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Flexer%2FChangeLog;h=90eb0e211e6ad9f2c95c686ba7d180843de19c53;hb=138216a0d401770c367d8f515ac06c98e5dfb528;hp=326e859ba3e58b210eb276980c4db2258fbff18a;hpb=b31bc969c3e3f80ad53db312df5b43ada985831f;p=pspp diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index 326e859ba3..90eb0e211e 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,40 @@ +Sun Jul 16 21:03:34 2006 Ben Pfaff + + * format-parser.h: New file. Moved prototypes of format-parser.c + functions here, from lexer.h. + + * format-parser.c: (parse_format_specifier_name) Rewrote and + changed semantics. + (parse_abstract_format_specifier) New function. + (parse_format_specifier) Rewrote in terms of + parse_abstract_format_specifier. Removed "options" parameter, so + callers had to be updated. Callers that didn't want messages + emitted were changed to use the new msg_disable/msg_enable + functions. + + * variables-parser.c: (parse_variables_pool) New function. + (register_vars_pool) New function. + (parse_DATA_LIST_vars_pool) New function. + (parse_mixed_vars_pool) Use register_vars_pool. Assert that + PV_APPEND is not in the options. + +Sat Jul 1 17:40:38 2006 Ben Pfaff + + Fix bug #11612, "q2c documentation does not agree with code". + + * q2c.c (parse_subcommand): Make "+" mean ARITY_MANY, absence + mean ARITY_ONCE_ONLY. + +Tue Jul 4 09:45:12 2006 Ben Pfaff + + Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support + ALL) and additional underlying system file issues. + + * variable-parser.c (add_variable): Move test earlier for clarity + and efficiency. + (parse_var_set_vars) Accept ALL within a variable list, not just + at the beginning of one. + Tue Jun 27 22:54:30 2006 Ben Pfaff * automake.mk (src_language_lexer_liblexer_a_SOURCES): Add