work on PRINT encoding
[pspp] / src / language / tests /
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-12 Ben Pfafffloat-format: Eliminate tests' dependence on exact...
2010-12-12 Ben Pfafffloat-format: Don't translate test strings.
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-19 John DarringtonConst casts.
2010-06-06 Ben PfaffMOMENTS: Avoid lexical corner case in test case.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffmodel-checker: Add more progress functions.
2009-06-07 Ben Pfaffmodel-checker: Move summary printing function into...
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
2009-06-07 Ben Pfaffdatasheet: Drop false dependency on md4.h.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
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-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-16 John DarringtonNew .gitignore file
2008-10-11 Ben PfaffFix build when build and source directories are separate.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-04-20 John DarringtonFixed some recent problems with the mingw cross compile.
2008-04-05 John DarringtonRemoved generated files from tarball
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-13 John DarringtonFreed the stuff generated by the parser.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-23 Ben PfaffImplement model checker for testing purposes.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-14 Ben PfaffFix memory leak in test_casereader_clone().
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-17 John DarringtonPatch #5209
2006-06-07 Ben PfaffAdd random access to casefiles, for use in GUI.
2006-04-16 Ben PfaffFix some warnings.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John Darringtonadded automake.mk files in src/language
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.