X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2FChangeLog;h=192debf8df320e45651c3a6b12025197dfe14c22;hb=70cbb925c6d8f705faa48c9167640e9fd1416ea8;hp=a3fb55bf8092597f39321e6604b291965f7f29a3;hpb=80e4b4e85d2159c3ac6bcb8c22b895c58f0c5b0d;p=pspp diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index a3fb55bf80..192debf8df 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,35 @@ +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. + + * subcommand-list.c (subc_list_int_create): New function. + (subc_list_int_push): New function. + (subc_list_int_count): New function. + (subc_list_int_at): New function. + (subc_list_int_destroy): New function. + +2007-05-06 Ben Pfaff + + Abstract the documents within a dictionary a little better. + Thanks to John Darrington for suggestion, initial version, and + review. Patch #5917. + + * lexer.c (lex_entire_line): Add const to parameter. + (lex_entire_line_ds): Ditto. + (lex_rest_of_line): Drop end_dot parameter. Update all callers to + use lex_end_dot instead. + (lex_end_dot): New function. + +2007-05-03 John Darrington + + * lexer.c lexer.h: Added lex_is_string function. + 2007-04-15 Ben Pfaff * q2c.c: Fully support lists of integer values. Add support for @@ -73,7 +105,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