Fix error messages and comment.
[pspp-builds.git] / src / data / ChangeLog
index 795b40254816351226341ff764e7a04a7b9d4522..cc5573549f5a6f314f3371c715cb11864ebd6263 100644 (file)
@@ -1,3 +1,26 @@
+Tue Oct 31 18:09:24 2006  Ben Pfaff  <blp@gnu.org>
+
+       * data-in.c (parse_trailer): Fix error message.
+
+Sat Oct 28 11:56:50 2006  Ben Pfaff  <blp@gnu.org>
+
+       * format.c (fmt_is_binary): New function.
+
+Thu Oct 19 22:59:56 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * procedure.c procedure.h: Encapsulated the static data into a single
+       struct.  
+
+Sat Oct 14 16:56:44 2006  Ben Pfaff  <blp@gnu.org>
+
+       * casefile.c (casereader_read_xfer): Always initialize the case,
+       even on an error condition.
+
+Wed Sep 27 09:37:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * procedure.c (case_limit_trns_proc): Fixed buglet which rendered the 
+       entire function useless.
+
 Mon Sep 25 17:11:46 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * casefile-private.h casefile.c casefile.h fastfile.c: Created new