Use fseeko module from gnulib instead of our home-grown solution.
[pspp-builds.git] / src / language / stats / ChangeLog
index 4f63f1676e7006dbb1fc9dc0d0ed5f8f52357d1e..146640f3a32fb8258f24eeadf5ffaf57f9b64e11 100644 (file)
@@ -1,3 +1,14 @@
+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
+       21056.
+
 2007-09-19  Ben Pfaff  <blp@gnu.org>
 
        Fix bug #21108.