lexer: Improve translatability of lex_error().
[pspp] / src / language / expressions / parse.c
2010-09-24 Ben Pfafflexer: Improve translatability of lex_error().
2010-09-24 Ben PfaffMake translation easier.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-21 John DarringtonCorrect grammar in printed string
2010-06-06 Ben Pfaffexpressions: Improve error messages evaluating invalid...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-20 Ben PfaffFix format string errors.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.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 Pfaff* compute-dialog.c (function_list_populate): Use new...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-01 Ben PfaffAccept TO in any case for use with n-ary functions...
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-07-18 Ben PfaffPatch #5244.
2006-07-08 Ben PfaffApply patch #5225, assertions.
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-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-05-01 Ben PfaffOops--fix last check-in.
2006-05-01 Ben PfaffProhibit LAG following TEMPORARY. This both matches...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.