Change enum legacy_encoding to const char *.
[pspp-builds.git] / src / data / data-out.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-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2008-01-14 John DarringtonFix bug #22012
2007-12-24 John DarringtonConstness patrol
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-03 Ben PfaffUse isfinite, round modules from gnulib.
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-12-08 Ben PfaffUse gsl_finite from GSL, which is portable, instead...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 Ben PfaffFix buffer overflow reported by John Darrington.
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffRemove num_to_string() function, because it is not...
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-07-08 Ben PfaffApply patch #5225, assertions.
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-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 John DarringtonAdded new files resulting from directory restructuring.