X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2FChangeLog;h=2bc5b87ef0f32ed9bce3573234cc77a35cec62f5;hb=b1b43c0d6a64d29a13953aa15d98dd74117faa95;hp=326e859ba3e58b210eb276980c4db2258fbff18a;hpb=b31bc969c3e3f80ad53db312df5b43ada985831f;p=pspp diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index 326e859ba3..2bc5b87ef0 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,20 @@ +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