pxd: initial work
[pspp] / src / data / variable.h
2015-02-16 Ben Pfaffpxd: initial work
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2013-09-30 Ben Pfaffvariable: Complete renaming of ROLE_OUTPUT to ROLE_TARGET. 20130930030504/pspp
2013-08-27 Ben PfaffVARIABLE ROLE: Use correct system file representation.
2013-08-26 Ben PfaffVARIABLE ROLE: New command. 20130826030511/pspp
2013-06-24 John Darringtonvariable.c: New function var_set_width_and_formats
2013-06-23 John DarringtonSplit VAR_TRAIT_FORMAT into PRINT and WRITE variants
2013-06-22 John Darringtondictionary.c: Added a WHAT argument to dict_var_changed...
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-02 Ben Pfaffvariable: Remove 'aux' member from struct variable.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-23 Ben Pfaffgui: Move some formatting functions into PSPP core. 20110624030506/pspp
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
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-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.