calendar: Use sensible error reporting in calendar_gregorian_to_offset().
[pspp] / src / data / data-in.c
2010-09-24 Ben Pfaffcalendar: Use sensible error reporting in calendar_greg...
2010-09-24 Ben Pfaffmessage: Add column range to struct msg_locator.
2010-09-24 Ben Pfaffmessage: Consistently initialize locator; use 0 for...
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-07-18 John DarringtonFix memory leak in data_in
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-06 Ben Pfaffmessage: Give MSG_ values for categories and severities...
2010-01-19 Ben Pfaffmessage: Fix corner case in msg_emit().
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
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-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
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.