X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2FChangeLog;h=aea10c5f11aedbe95d2b1f8cd9c33467f5c70a6f;hb=bda57108154cc05a58915933d9c24e609ee08710;hp=fdc293758c0b2346c2104615e53caca7618a9263;hpb=6637fd31543c8d2c5607f6267ad3204492fb71de;p=pspp-builds.git diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index fdc29375..aea10c5f 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,14 @@ +2007-12-04 Ben Pfaff + + * lexer.c (lex_match_id_n): New function. + (lex_match_id): Reimplement in terms of lex_match_id_n. + +2007-08-16 Ben Pfaff + + Implement journaling. Bug #17240. + + * lexer.c (lex_get_line_raw): Pass the line read to journal_write. + 2007-06-03 Ben Pfaff Implement missing functions for subcommand integer lists. @@ -99,7 +110,7 @@ Sun Nov 19 09:20:42 2006 Ben Pfaff corresponding argument. Updated all callers. (parse_number) Ditto. -Sun Nov 12 06:34:06 WST 2006 John Darrrington +Sun Nov 12 06:34:06 WST 2006 John Darrington * format-parser.c format-parser.h lexer.c lexer.h q2c.c range-parser.c range-parser.h subcommand-list.c variable-parser.c