Separate table functions that format their arguments from those that don't.
[pspp-builds.git] / src / language / stats / binomial.c
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
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-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-03 John DarringtonBinomial tests can now be specified by a cutpoint.
2009-03-31 John DarringtonMerge commit 'origin/stable'
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-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-20 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-01-20 John DarringtonFix further bug in NPAR BINOMIAL
2009-01-19 John DarringtonFixed bug allocating the memory in NPAR BINOMIAL
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 PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS
2008-07-20 John DarringtonWhy does git only commit some of the changes if you...
2008-01-02 John DarringtonCloses patch #6359
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2006-12-20 John DarringtonRemoved 'Written by John Darrington' lines which got...
2006-12-20 John DarringtonImplemented the NPAR TESTS command.