Change enum legacy_encoding to const char *.
[pspp-builds.git] / src / data / data-in.c
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2008-04-20 John DarringtonFixed some recent problems with the mingw cross compile.
2008-03-18 John DarringtonFixed bug #21801
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-24 John DarringtonConstness patrol
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.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.
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-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.