Respect the case_cnt field from sys file header. Closes patch #6092
[pspp-builds.git] / src / data / ChangeLog
index 913249f3bb0df1abbf4caff3c50c654bbe41e378..26c751ab199d14cb3645639be23d2217ca657bc4 100644 (file)
@@ -1,3 +1,23 @@
+2007-07-14 John Darrington <john@darrington.wattle.id.au>
+
+       * sfm-reader.c: Respect case_cnt field in file header.
+
+2007-07-01 John Darrington <john@darrington.wattle.id.au>
+
+       * transformation.c transformation.h (trns_chain_execute): Changed the 
+       signature (Patch #6057)
+
+2007-06-10  Ben Pfaff  <blp@gnu.org>
+
+       * casereader-filter.c (casereader_filter_destroy): Make sure to
+       write all the remaining excluded cases to the casewriter, if any.
+
+       * caseinit.c (init_list_destroy): Rewrite.
+       (init_list_clear): Ditto.
+
+       * casegrouper.c (casegrouper_get_next_group): Always set *reader
+       to null when returning false.
+
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        Actually implement the new procedure code and adapt all of its