dictionary: Limit split file variables to 8, for compatibility.
[pspp] / src / data / dictionary.h
2022-08-07 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-07 Ben Pfaffdictionary: Introduce SPLIT_NONE for dictionaries witho...
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2018-12-25 Ben Pfaffdictionary: New function dict_get_weight_format().
2018-10-01 John DarringtonReference count struct dictionary.
2018-02-21 Ben PfaffSAVE TRANSLATE: Allow variable names with space, etc...
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-27 Ben Pfaffsys-file-reader: Better handle duplicate names without...
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John DarringtonAdded the WHAT and OLDVAR parameters to the var_changed...
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
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-04-17 Ben PfaffAllow dictionary 'var_deleted' callback to examine...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
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 Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
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-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonUnsaved indicator for data files.
2009-01-17 John DarringtonMerge commit 'origin/stable'
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-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
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-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-01-07 John DarringtonApplied patch #5661
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-05-06 Ben PfaffMake dictionary compacting functions a little more...
2006-05-01 Ben PfaffChange case limit type from int to size_t.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.