MEANS: Use var_to_string instead of var_get_name for factor variable display
[pspp] / src / language / stats / means.c
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