Change union value type to contain uint8_t types instead of char.
[pspp-builds.git] / src / data / variable.h
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
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 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-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
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-07-25 Ben PfaffFix bug #6113.
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-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
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-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-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-05-07 Ben PfaffRemove declaration of dump_split_vars(), which is never...
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-26 Ben PfaffRemove `init' member from struct variable, which was...
2006-04-16 Ben PfaffImprove comment.
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.