Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / data-io / get-data.c
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...
2011-02-12 Ben PfaffGET DATA: Get rid of lex_put_back().
2011-02-05 Ben PfaffGET DATA /TYPE=TXT: Get rid of VAR_NAME_LEN limit on...
2010-12-12 Ben PfaffGET DATA: Fix punctuation in error message.
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-09-24 Ben PfaffMake translation easier.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-09 Ben Pfaffi18n: Make a few strings more generic for translators.
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-08-11 Ben PfaffMerge master into output branch.
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-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.