data_out function to dynamically allocate return value.
[pspp-builds.git] / src / data / variable.c
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
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-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-15 John DarringtonEmit variable callback even if label is null.
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-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
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-13 John DarringtonNew function: var_create_internal.
2008-02-19 Ben Pfaff(var_create): Use the new functions for default variabl...
2008-01-02 John DarringtonCloses patch #6359
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-08-27 John DarringtonPlugged some more memory leaks.
2007-07-25 Ben PfaffFix bug #6113.
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-07-23 Ben Pfaff* variable.c (var_set_width): Use new var_set_width...
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
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 Pfaff* value.h (value_cnt_from_width): New function.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 Ben PfaffFix punctuation in error message.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-09-21 Ben Pfaff * variable.c: (width_to_bytes) Rephrase code for clarify.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-02 Ben PfaffDeclarations must precede statements for C90 compliance.
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
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 DarringtonAdded new files resulting from directory restructuring.