dictionary: Limit split file variables to 8, for compatibility.
[pspp] / src / language / dictionary / split-file.c
2022-08-07 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
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-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
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-02 John DarringtonChanged a lot of non-const pointers to const.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-05 Ben PfaffRewrite and improve formatted output routines.
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 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.