Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / data /
2009-08-30 John DarringtonUpdate to most recent Gnulib
2009-07-27 John DarringtonFix bug in casemapping long strings.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-20 John DarringtonReplace caseproto_clone with caseproto_ref
2009-07-19 John DarringtonRespect the constness of caseproto.
2009-07-19 John DarringtonCorrected spelling of "consolidate".
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonAdd comment explaining the meaning of encoding to data_out
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-16 Ben PfaffConsistently capitalize the name "Gnumeric".
2009-07-14 John DarringtonRemoved unused function prototypes
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 DarringtonUse default encoding when reading system files if no...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-06 John DarringtonRecode strings when writing system files.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
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-18 Ben Pfaffpor-file-reader: Tolerate short lines when detecting...
2009-06-15 John DarringtonAdd new functions to define subcase orderings.
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-11 John DarringtonAdd check that input to casereader_create_distinct...
2009-06-10 John DarringtonAdded a new casereader translator to consolodate cases.
2009-06-07 Ben Pfaffdatasheet: Fix bugs in datasheet_resize_column() found...
2009-06-07 Ben Pfaffvalue: New function value_swap.
2009-06-07 Ben PfaffMake MAX_SHORT_STRING an implementation detail of the...
2009-06-07 Ben PfaffUse MAX_SHORT_STRING in place of MIN_LONG_STRING.
2009-06-07 Ben PfaffFix portable file reader use of long strings.
2009-06-07 Ben PfaffGet rid of uses of MAX_SHORT_STRING in Gnumeric and...
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 PfaffMake value_set_missing(), etc. tolerate values of width -1.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffsparse-array: Improve iteration interface.
2009-06-03 Jason H StoverMoved static is_origin from design_matrix.c to category...
2009-05-13 John DarringtonCorrect default_output_path function on Windows.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-19 John DarringtonWhitespace changes only.
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 Ben PfaffRemove redundant test in lex_is_idn().
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-02 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-04-02 John DarringtonUse a system file's "character code" to set the encoding.
2009-04-02 John DarringtonNew datasets to use the current default encoding.
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2009-04-01 John DarringtonRefactor locale initialisation.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonFixed bug writing portable files.
2009-03-29 John DarringtonMerge branch 'refs/heads/charset' of ssh://jmd@git...
2009-03-29 John DarringtonSet the dictionary's encoding when reading postgresql...
2009-03-29 John DarringtonSet dictionary's encoding when reading gnumeric files
2009-03-29 John DarringtonWrite encoding to system files.
2009-03-27 John DarringtonTest for NULL before calling strdup
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-27 John DarringtonMade var_is_valid_name more permissive.
2009-03-27 John DarringtonRedesign the character re-encoding code.
2009-03-20 John DarringtonFix corrupted .sav files on w32 builds
2009-03-17 John DarringtonFixed crash which occured when deleting dictionaries...
2009-03-15 John DarringtonEmit variable callback even if label is null.
2009-03-08 John DarringtonFixed a bug reading empty strings from Postgres databases.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonUnsaved indicator for data files.
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-07 John DarringtonRelocate path names when searching for files.
2009-02-05 John DarringtonSilently ignore some inrecognised subtypes.
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-14 Ben PfaffPut unique dictionary indexes into internal variables
2009-01-10 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-01-10 John DarringtonMerge commit 'origin/master'; commit 'savannah/master'
2009-01-09 Ben PfaffFix assertion in case_copy().
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-12-03 Ben PfaffBreak get.c up into multiple files in a logical fashion.
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-23 John DarringtonBen's patches to tower.[ch]
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-18 John DarringtonAdded (source) configurable default output directory.
2008-10-15 John DarringtonSet the DECIMAL point character from the LC_NUMERIC
2008-10-14 John DarringtonMark variables as unused
next