X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2FChangeLog;h=ebbf25441ca2b99b9bd2e26836f7eb66a66e87a5;hb=0fa141762183890ebd139ccd9264f08db9011539;hp=90eb0e211e6ad9f2c95c686ba7d180843de19c53;hpb=8e018d25310cb53e5339b46e95f0abe02db83782;p=pspp-builds.git diff --git a/src/language/lexer/ChangeLog b/src/language/lexer/ChangeLog index 90eb0e21..ebbf2544 100644 --- a/src/language/lexer/ChangeLog +++ b/src/language/lexer/ChangeLog @@ -1,3 +1,34 @@ +Sun Nov 19 09:20:42 2006 Ben Pfaff + + * range-parser.c (parse_num_range): Because data_in takes an enum + fmt_type now, not a struct fmt_spec, change the type of the + corresponding argument. Updated all callers. + (parse_number) Ditto. + +Sun Nov 12 06:34:06 WST 2006 John Darrrington + + * format-parser.c format-parser.h lexer.c lexer.h q2c.c range-parser.c + range-parser.h subcommand-list.c variable-parser.c + variable-parser.h: + + Encapsulated the lexer into an object, and updated everything + accordingly. + +Tue Oct 31 18:09:32 2006 Ben Pfaff + + * range-parser.c (parse_number): Fix error message. + +Sat Oct 28 16:17:18 WST 2006 John Darrington + + * lexer.c lexer.h: Added a line_buffer (previously an external + reference called getl_buf). + +Thu Oct 26 20:18:03 2006 Ben Pfaff + + * lexer.c (parse_string): Make lexing of binary, hex, and octal + strings work (fixes bug #17948). Allow null bytes in strings, now + that there's a use for them (see tests/formats/float-format.sh). + Sun Jul 16 21:03:34 2006 Ben Pfaff * format-parser.h: New file. Moved prototypes of format-parser.c