* get.c (parse_read_command): Compact the values in the target
[pspp] / src / language / data-io / ChangeLog
index c1b9aaf1a1a37e7bc4b9b4a2197f7b07da60e5ff..8eece80b6b055018038c964fef3a13c6263cf1cc 100644 (file)
@@ -1,3 +1,21 @@
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * get.c (parse_read_command): Compact the values in the target
+       dictionary, to save space.
+
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * get.c (struct case_map): Move into new file src/data/case-map.c.
+       (start_case_map): Ditto, and rename case_map_prepare_dict.
+       (finish_case_map): Ditto, and rename case_map_from_dict.
+       (map_case): Ditto, and rename case_map_execute.
+       (destroy_case_map): Ditto, and rename case_map_destroy.
+       (case_map_get_value_cnt): Ditto.
+
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * get.c (case_map_get_value_cnt): New function.
+
 2007-07-25  Ben Pfaff  <blp@gnu.org>
 
        Fix bug #17100.