subcase: Rename subcase_destroy() to subcase_uninit().
[pspp] / src / language / stats / wilcoxon.c
2022-04-02 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfaffdictionary: New function dict_get_weight_format().
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...
2011-10-12 John DarringtonAdded some missing gettext macros
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-11 John DarringtonUse cast macros
2010-10-11 John DarringtonRemove some duplicated #includes
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-06 Ben Pfaffoutput: Always use helper functions to access struct...
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 Ben PfaffFix memory leak in wilcoxon_execute().
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-06 Ben Pfaffwilcoxon: Drop now-unnecessary timer support.
2009-02-06 Ben PfaffSpeed up Wilcoxon matched-pairs signed-ranks significan...
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-01 John DarringtonRemove reference to sa_restorer, because it's not part...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS