X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2FChangeLog;h=90eb0e211e6ad9f2c95c686ba7d180843de19c53;hb=138216a0d401770c367d8f515ac06c98e5dfb528;hp=fbab8e4bb140f3e7cec3758a11de0b570b97bdf2;hpb=255b128bd64df42632d2a509bd9436f0163539d6;p=pspp diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index fbab8e4bb1..90eb0e211e 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,30 @@ +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