ONEWAY: fix crash in contrasts when dataset is empty
[pspp] / src / language / stats / oneway.c
2016-01-12 John DarringtonONEWAY: fix crash in contrasts when dataset is empty
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...
2014-04-27 John DarringtonFixed a bug where contrasts with negative T where incor...
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2014-01-08 John DarringtonChange "Significance" to "Sig." in linear regression...
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-07-13 Ben PfaffONEWAY: Fix memory leak in run_oneway.
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-05-26 John DarringtonFix leak check in oneway command
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonONEWAY /POSTHOC: Annotate output with dependent variable
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-13 John DarringtonFix leaks in MEANS command
2012-08-12 John DarringtonFixed remaining leaks in ONEWAY
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-04 John DarringtonONEWAY: call categoricals_done only once
2012-07-29 John DarringtonFixed a second ONEWAY leak 20120730000505/pspp
2012-07-29 John DarringtonFix one of the leaks in ONEWAY
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-03-03 John Darringtononeway.c: Set destroy pointer to NULL, since it is...
2012-01-26 John DarringtonDon't crash on Games-Howell test when there are small... 20120127030502/pspp 20120128030503/pspp
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
2011-11-09 Ben PfaffONEWAY: Fix printf format specifier. 20111109030502/pspp
2011-08-23 John DarringtonFix warnings
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-26 John DarringtonMade GLM as well as ONEWAY work
2011-07-26 John DarringtonConstness
2011-07-26 John DarringtonExtended the glm command to accept interactions. Unfor...
2011-07-26 John DarringtonCategoricals: Replace single value by a case, so that...
2011-07-26 John DarringtonCategoricals to take interactions instead of variables.
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-06 John DarringtonFix compiler warnings
2011-07-01 John DarringtonImplemented the POSTHOC subcommand for the ONEWAY command.
2011-07-01 John DarringtonRe-implemented the T-TEST command and the levene calcul...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-27 John DarringtonFixed the categoricals such that now both GLM and ONEWA...
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcategoricals: Make parameter to categoricals_done(...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-12-12 Ben PfaffONEWAY: Fix warning for passing "const" pointer as...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-17 John DarringtonRe-implemented the levene calculation
2010-10-17 John DarringtonFixed bug in oneway /descriptives subcommand vs. weights.
2010-09-18 Ben PfaffONEWAY: Fix declaration-after-statement warning.
2010-08-24 John DarringtonOneway: Fixed most compiler warnings
2010-08-24 John DarringtonOneway: Fix problems with MISSING=ANALYSIS
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway.c: Use the categoricals struct to calculate...
2010-08-24 John Darringtononeway: use new structures in the show_contrast_tests...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonOneway: Remove group_stats from the show_homogeniety...
2010-08-24 John DarringtonOneway: Remove group_values struct from show_contrast_...
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonOneway: Remove dict member from struct and add wv member
2010-08-24 John DarringtonOneway: Use covariance matrix and sweep operator
2010-08-24 John DarringtonOneway: Use lex_get_num instead of lex_parse_value.
2010-08-24 John DarringtonONEWAY: seperate the command specification from the...
2010-08-05 John DarringtonReplace oneway.q with a manually crafted oneway.c file 20100806040502/pspp