Fix bug #22012
[pspp-builds.git] / src / data / ChangeLog
index e25c3984df8c9333a1f06ac803d3449def61d750..e645a8239e6d9569a15ba77a43a0780543de9f87 100644 (file)
@@ -1,3 +1,24 @@
+2008-01-14  John Darrington <john@darrington.wattle.id.au>
+
+       * data-out.c (output_AHEX): Corrected number of bytes in
+       call to output_hex.  Closes bug #22011
+
+2008-01-02  John Darrington <john@darrington.wattle.id.au>
+
+       * variable.c variable.h: Replaced var_get_value_name with 
+       var_append_value_name which doesn't use any static data.
+        Thanks to Ben for review.
+
+2007-12-07  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6302.
+
+       * casegrouper.c (casegrouper_get_next_group): Cause a casegrouper
+       made from an empty casereader produce a casegrouper with no
+       groups, instead of one with one group that has no cases.
+
+       * casereader.c (casereader_is_empty): New function.
+
 2007-12-06  Ben Pfaff  <blp@gnu.org>
 
        Patch #6303.