X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=99793d356a0bd2f0d2e9c5752b67998d5188f0f5;hb=ee08e284e9722ddc0fb785c5f9af09bcb6fa8a47;hp=4a8535c492f371ef14370e63be6dc86dff753271;hpb=84d8b182e81aea6cd7422611888192bcc1ac6980;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 4a8535c4..99793d35 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,37 @@ +2007-04-19 John Darrington + + * 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 + + * 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 + + * Deleted existing category.h and moved cat-routines.h into + category.h Encapsulated struct cat_vals better. + +2007-04-19 John Darrington + + * 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-16 John Darrington + + * sys-file-reader.c: Some versions of Other Software seem to + produce system files with string variables' measure set to + zero. We'll assume these are supposed to be nominal variables. + 2007-03-30 Ben Pfaff * procedure.c: Adapt to new deque data structure.