dictionary: Limit split file variables to 8, for compatibility.
[pspp] / src / data / dictionary.c
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...
2022-04-06 Friedrich Beckmannstart message to translators with TRANSLATORS
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-05 Ben Pfaffdictionary: Allow dict_set_documents() argument to...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2020-11-17 John Darringtonsrc/data/dictionary.c (make_hinted_name): Limit generat...
2020-07-04 John DarringtonFix bug #58664
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-27 John Darringtondictionary.c: Don't emit callbacks when the dictionary...
2020-06-27 John DarringtonRevert "Fix crash in gui, when T-TEST or ONEWAY while...
2020-06-27 John Darringtonsrc/dictionary.c: Move dict_ref next to dict_unref
2020-06-07 John DarringtonWhitespace changes only.
2020-06-05 Friedrich Beckmannimprove deletion of consecutive variables #55357
2019-04-13 John DarringtonFix crash in gui, when T-TEST or ONEWAY while a filter...
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...
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2015-07-25 Ben Pfaffdictionary: Make dict_delete_var() much faster in commo...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-09-13 Ben Pfaffstr: Make str_format_26adic() able to use lowercase.
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-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-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-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 PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-07-29 John DarringtonFix memory leak in dictionary.c
2012-07-27 John Darringtondict_clone: Fix memory leak. 20120728000505/pspp
2012-04-17 Ben PfaffAllow dictionary 'var_deleted' callback to examine...
2012-02-08 Ben Pfaffdictionary: Truncate file label in dictionary encoding...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-16 Ben PfaffUpdate code that assumed a dictionary's encoding could...
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-26 Ben Pfaffdictionary: Set encoding early when cloning a dictionary.
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffsys-file-reader: Refactor to clean up character encodin...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-03 John DarringtonRemove erroneous CONST_CAST
2010-10-02 John DarringtonUse macros from cast.h instead of literal casts
2010-07-24 John DarringtonFix memory leak in MRSETS
2010-07-04 John DarringtonFix various memory leaks
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2010-04-12 Ben Pfaffdictionary: Use hmap instead of older hsh_table. 20100412040508/pspp
2010-04-12 Ben Pfaffdictionary: Remove unneeded assertions.
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 Pfaffdictionary: Fix memory leak in dict_set_encoding().
2010-04-12 Ben Pfaffdictionary: Fix potential access beyond allocated memory.
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
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-28 John DarringtonCorrect printf conversion specifiers for size_t types.
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-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 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
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-29 John DarringtonMerge branch 'refs/heads/charset' of ssh://jmd@git...
2009-03-29 John DarringtonSet dictionary's encoding when reading gnumeric files
2009-03-27 John DarringtonTest for NULL before calling strdup
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-17 John DarringtonFixed crash which occured when deleting dictionaries...
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.
next