Change enum legacy_encoding to const char *.
[pspp-builds.git] / src / language / data-io / data-reader.c
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-14 John DarringtonFixed bug which caused a crash if "end data." was not...
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-06 Ben PfaffPatch #6258.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
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-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-29 John DarringtonApplying patch #5562
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
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-07-08 Ben PfaffApply patch #5225, assertions.
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-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-16 Ben PfaffRemove last users of struct file_ext, and then get...
2006-03-31 Ben PfaffImprove string library.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.