X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=db148a4ffe397c7f1c06fc88e4dbaaa6e0d1efe0;hb=3e2cb3dda617f6d2a97e5df635d592a691d3c9b0;hp=100377cba09079cc563181c8adfe381b7ead01f7;hpb=9105b67fe006fe41c044e3659325594a52d0c899;p=pspp diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 100377cba0..db148a4ffe 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,10 @@ +2007-04-16 John Darrington + + * t-test.q: Changed the output width of reported counts and + degrees of freedom, to avoid truncating these values. Thanks + to Seth Woolley for reporting this problem. A proper fix involves + re-thinking the output driver. + 2007-04-12 Jason Stover * regression.q (run_regression): Added if (n_data >0) to fix bug