Recode strings when writing system files.
[pspp-builds.git] / src / data / sys-file-writer.c
2009-07-06 John DarringtonRecode strings when writing system files.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonWrite encoding to system files.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-24 John DarringtonConstness patrol
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-11-19 Ben PfaffCorrectly calculate n_missing_values field when writing...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-06 Ben PfaffPatch #6258.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-10-09 Ben PfaffFix bug #21280. Thanks to John Darrington for review.
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-07-25 Ben PfaffFix bug #6113.
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
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...
2007-06-01 John DarringtonChanged return type from int to bool
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-02-12 Ben PfaffReduce platform dependence.
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-29 John DarringtonMore constness
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
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-06 Ben PfaffMake dictionary compacting functions a little more...
2006-05-06 Ben Pfaff(does_dict_need_translation) Fix bug: inverted return...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
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 PfaffGet rid of our own int32 type in favor of the standard...
2006-03-21 Ben PfaffRequire "unistd" gnulib module. Removed tests for...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.