Remove unused variables.
[pspp] / src / language / stats / ChangeLog
index 21e27f188a7d5df57788fe72c3d73e66f8c0ee3e..fda8c9356b103eba9325904b5baebb039c9421e5 100644 (file)
@@ -1,3 +1,31 @@
+2007-12-07  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6302.
+
+       * crosstabs.q (precalc): Initialize data structures even if the
+       first case cannot be read.  
+
+       * frequencies.q (precalc): Ditto.
+
+2007-11-03  Ben Pfaff  <blp@gnu.org>
+
+       Allow output files to overwrite input files (bug #21280).
+
+       * aggregate.c (cmd_aggregate): Manage file handle reference
+       counts.
+
+       * correlations.q (internal_cmd_frequencies): Ditto.
+       (cor_custom_matrix): Ditto.
+
+       * regression.q (regression_custom_export): Ditto.
+       (cmd_regression): Ditto.
+
+2007-10-12  Ben Pfaff  <blp@gnu.org>
+
+       * flip.c (flip_file): No need to conditionally substitute for
+       "fseeko" and "off_t" manually anymore, as gnulib takes care of it
+       for us.
+
 2007-09-21  Jason Stover  <jhs@wonko.gcsu.edu>
 
        * regression.q (run_regression): Partial fix of memory leak, bug