Automatically infer variables' measurement level from format and data.
[pspp] / src / data / dataset.c
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-26 Ben Pfaffexpressions: Major work to improve error messages.
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-09 Ben Pfaffdataset: Fix memory leak destroying a dataset that...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2020-06-27 John DarringtonRevert "Fixed a use after free error when manipulating...
2020-06-20 John DarringtonFixed a use after free error when manipulating datasets.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2018-10-01 John DarringtonReference count struct dictionary.
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-21 Ben PfaffFLIP: Fix use-after-free and double frees with temporar...
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-07 Ben Pfaffdataset: Fix memory leak.
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffdataset: Use similar form to dictionary code for callba...
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].