Merge commit 'origin/stable'
[pspp-builds.git] / src / data / sys-file-reader.c
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-18 John DarringtonBefore recoding a variable's name, check that it
2009-07-17 Ben Pfaffi18n: Merge translatable strings.
2009-07-17 Ben Pfaffi18n: Change some strings to reduce work of translation.
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonUse default encoding when reading system files if no...
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-18 Ben Pfaffsys-file-reader: Don't warn if compression bias field...
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben Pfaffsys-file-reader: Fix memory leak.
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 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-02 John DarringtonUse a system file's "character code" to set the encoding.
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 John DarringtonRead dictionary encoding from data 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-02-05 John DarringtonSilently ignore some inrecognised subtypes.
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-02-03 Ben PfaffIn system files, fix error message when floating-point...
2008-02-03 Ben PfaffIn system files, allow missing values to be specified...
2007-12-24 John DarringtonConstness patrol
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-12-07 Ben PfaffHandle variable display parameters record with only...
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-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
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-08-27 John DarringtonPlugged some more memory leaks.
2007-08-27 John DarringtonForce display width to 8, if sys file says zero. Closes...
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-23 Ben Pfaff(read_variable_to_value_map): Use max_warnings
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-07-14 John DarringtonOnly taint casereader if case size is unknown.
2007-07-14 John DarringtonRespect the case_cnt field from sys file header. Closes...
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-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-20 John DarringtonIf sys files have no long_name table, implicitly add...
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
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 DarringtonMade array.h const correct, and dealt with the conseque...
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-06-09 Ben PfaffReform string library.
2006-06-03 John DarringtonMinor i18n issues.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-07 John DarringtonFixed a number of warnings.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-04 John DarringtonFix invalid read when fetching sys files with very...
2006-05-04 Ben PfaffFix spelling in comment.
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-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 PfaffGet rid of our own int32 type in favor of the standard...
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
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 DarringtonFixed bug reading compressed system files.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.