q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
[pspp-builds.git] / src / language / lexer / q2c.c
2011-01-29 Ben Pfaffq2c: T_RPAREN should be T_LPAREN for matching a left...
2010-12-12 Ben Pfaffq2c: Prefer lex_match_id() over lex_match_hyphenated_wo...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-19 John DarringtonConst casts.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-20 Ben Pfaffq2c: Mark functions that do not return NO_RETURN.
2010-02-20 Ben Pfaffq2c: Fix format string errors.
2010-02-20 Ben PfaffFix format string errors.
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-13 John DarringtonFixed bug in q2c when munging hyphenated strings.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffFix warning due to unmunge() returning a const string...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-06 John DarringtonAllow hyphens in {sub}command names.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-04-16 Ben PfaffFully support lists of integer values. Add support for
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
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-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
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-24 Ben PfaffUse gnulib exit module.
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-15 Ben Pfaff* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for...
2006-03-21 Ben PfaffRequire "unistd" gnulib module. Removed tests for...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-10 Ben PfaffFree proper variable for var lists in q2c.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.