Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / language / lexer / ChangeLog
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-06-03 Ben PfaffImplement missing functions for subcommand integer...
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-04-16 Ben PfaffFully support lists of integer values. Add support for
2007-02-16 Ben PfaffBetter support cross-compiling. Patch #19003.
2007-02-13 Ben PfaffMake q2c link under mingw32, by eliminating the depende...
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-07-18 Ben PfaffPatch #5244.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-06-28 Ben PfaffAdd variable-parser.h to sources.
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-26 Ben Pfaff(dump_free) For SBC_DBL_LIST, enclose the output code...
2006-06-09 Ben PfaffReform string library.
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-24 Ben PfaffUse gnulib exit module.
2006-04-15 Ben Pfaff* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for...
2006-03-10 Ben PfaffFree proper variable for var lists in q2c.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.