Change how checking for missing values works.
[pspp] / src / language / stats / means.c
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2020-12-21 Ben PfaffMEANS: Remove one more assignment to omit_empty missed...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2019-06-29 John DarringtonMEANS: Don't compile debugging functions
2019-06-23 John DarringtonMEANS: Fix output with unusual formats
2019-06-23 John DarringtonMEANS: Change the statistic formats to follow their...
2019-06-22 John DarringtonMEANS: Fix behaviour when splits is active.
2019-06-20 John DarringtonMEANS: Fix memory leak
2019-06-20 John DarringtonRe-implement MEANS.
2019-06-06 John DarringtonRevert "Restart of new means implementation"
2019-06-06 John DarringtonRestart of new means implementation
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
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-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonFixed crash in error path of MEANS command 20130429010502/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-24 John DarringtonFixed crash with GLM and MEANS vs. SPLIT
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-13 John DarringtonFix leaks in MEANS command
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-05 John DarringtonFixed one of the leaks in MEANS 20120808000503/pspp
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-07-15 John DarringtonFix some of the memory leaks in MEANS
2012-05-01 John DarringtonMEANS: Use var_to_string instead of var_get_name for... 20120502030502/pspp 20120503030502/pspp 20120504030503/pspp 20120505030504/pspp
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-02-21 John DarringtonMEANS: plug memory leaks 20120222030502/pspp 20120223030501/pspp 20120224030501/pspp
2012-02-16 John DarringtonMEANS: Correct position of double vertical rule
2012-02-16 John DarringtonMeans: Report totals as well as catagories
2012-01-16 John DarringtonMEANS: Added further tests for missing value behaviour
2012-01-16 John DarringtonMEANS: Implemented /MISSING=TABLE subcommand
2012-01-16 John DarringtonMEANS: implemented the /CELLS={ALL,NONE,DEFAULT} option...
2012-01-14 John DarringtonMEANS: remove arguments to callbacks which were always...
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonMEANS: This command is IMO now stable enough to be...
2011-12-10 John DarringtonAdded basic framework for the MEANS command. 20111211030508/pspp