variable: Report only changes in width that actually change it.
[pspp] / src / data / variable.c
2014-05-25 Ben Pfaffvariable: Report only changes in width that actually...
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-09-28 Ben Pfaffvariable: Only notify variable width change if it reall...
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 Darringtonvariable.c: (var_set_width) traits other than width...
2013-06-23 John DarringtonSplit VAR_TRAIT_FORMAT into PRINT and WRITE variants
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John Darringtondictionary.c: Added a oldvar parameter to the var_chang...
2013-06-22 John Darringtondictionary.c: Added a WHAT argument to dict_var_changed...
2013-06-22 John Darringtonvariable.c: Add _quiet versions of the var_set_ methods...
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.
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben Pfaffi18n: New functions for UTF-8 case conversion.
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-09 Ben Pfaffvariable: Skip callback if new format is same as old... 20120809000508/pspp 20120810000503/pspp
2012-05-14 John DarringtonAdd SET TVARS option. Closes bug #31566 20120515030501/pspp 20120516030503/pspp 20120517030502/pspp 20120518030503/pspp 20120519030503/pspp
2012-01-05 John DarringtonFix memory leaks 20120105030505/pspp
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-13 Ben Pfaffvariable: Simplify var_set_display_width(). 20110714030505/pspp 20110715030503/pspp 20110716030503/pspp 20110717030505/pspp 20110718030502/pspp 20110719030503/pspp 20110720030502/pspp 20110721030503/pspp 20110722030508/pspp 20110723030508/pspp
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-06-18 Ben Pfaffvariable: Do not trim trailing whitespace from variable...
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffshort-names: Consider character encoding when making...
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-05 Ben Pfaffvariable: Remove VAR_NAME_LEN limit for internal repres...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-05 John DarringtonRemove obsolete comments.
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-12 Ben Pfaffvariable: Remove unneeded assertions.
2010-04-12 Ben Pfaffvardict: Make vardict opaque to variable code.
2010-04-12 Ben PfaffMake struct variable refer to struct vardict through...
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-02-08 Ben PfaffMerge "output" into "master"
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-24 John DarringtonRemove some unnecessary #include directives
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
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-07-06 John DarringtonConvert to utf8 in data_out function.
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...
next