partial fix of bug 19819
[pspp-builds.git] / src / language / stats / ChangeLog
index 100377cba09079cc563181c8adfe381b7ead01f7..c55b8fb0a17625db7bb9ef486ccf7b08abd55ad9 100644 (file)
@@ -1,3 +1,15 @@
+2007-05-08  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression.q: Partial fix of bug which caused a crash if
+       dependent variable and independent variable were the same.
+
+2007-04-16 John Darrington <john@darrington.wattle.id.au>
+
+       * 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  <jhs@math.gcsu.edu>
 
        * regression.q (run_regression): Added if (n_data >0) to fix bug