More eye candy.
[pspp-builds.git] / src / data / ChangeLog
index 73aba2ff40c433adfb38c37a1a1f4a7f5dbfa9fb..99793d356a0bd2f0d2e9c5752b67998d5188f0f5 100644 (file)
@@ -1,3 +1,20 @@
+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.
+
 2007-04-22 John Darrington <john@darrington.wattle.id.au>
 
        * Deleted existing category.h and moved cat-routines.h into