lexer: Use lex_is_string() more consistently.
[pspp] / src / language / control / repeat.c
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-10-24 Ben PfaffMerge "master" into "output".
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
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-09-05 John DarringtonImplemented the INSERT command.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-02-02 John DarringtonFixed bug parsing floating point values in DO-REPEAT.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben Pfaff * repeat.c (parse_lines): Issue an error when attempti...
2006-12-07 John DarringtonFixed memory leak.
2006-12-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-11-30 John Darringtondeleted some commented out code.
2006-11-29 John DarringtonApplying patch #5562
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-08 Ben PfaffFix DO REPEAT memory leaks.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-31 Ben PfaffImprove string library.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.