More eye candy.
[pspp-builds.git] / src / data / ChangeLog
index 73177f5bbb79c98898845b95e7f14d3e54c677d3..99793d356a0bd2f0d2e9c5752b67998d5188f0f5 100644 (file)
@@ -1,5 +1,17 @@
+2007-04-19 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: When reading a system file which has no 
+       long name table, automatically create one where the long names 
+       are the lower case versions of the short names.
+       
 2007-04-22  Ben Pfaff  <blp@gnu.org>
 
+       * dictionary.c (dict_set_split_vars): dict_destroy expects that
+       dict_clear will free most data related to the dictionary.
+       dict_clear does a decent job, except that dict_set_split_vars on
+       some systems won't actually free the dict's "split" member.
+       Instead, it'll allocate a 1-byte region.  Fix this.
+
        * value.c (value_copy): New function.
        (value_set_missing): Ditto.