Added result_class parameter to tab_double and updated all callers. Removed tab_fixed
[pspp] / src / language / stats / means.c
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