X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=8683f041c2187d5b53aa7f3931cf9598e8ab9e63;hb=2640a6cf0bae0d8ea68d5ef6393d493e9d6ceb0e;hp=6538ebf45cf7e98d85244d8fc54e9f466337bd1c;hpb=75862bc63003b33702bfd6844b8a4d1c632488b3;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 6538ebf4..8683f041 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,29 @@ +Tue Jun 27 12:06:49 2006 Ben Pfaff + + * variable.h: Move var_set and variable parsing declarations to + new header, src/language/lexer/variable-parser.h. Modified lots + of files to include the new header. + +Sun Jun 25 22:39:32 2006 Ben Pfaff + + * value-labels.c (value_to_string): When there's no value label, + format the variable according to its print format, instead of + always effectively using A or F format. + +Mon Jun 19 18:05:42 WST 2006 John Darrington + + * casefile.c (casefile_get_random_reader): Nasty hack to get around + the mode assertion. + + * format.c: Removed tortological assertion. + +Fri Jun 9 12:20:09 2006 Ben Pfaff + + Reform string library. + + * file-name.c (fn_interp_vars): Change interface to take a + substring as input. Updated all users. + Fri Jun 9 12:11:24 2006 Ben Pfaff * format.c (measure_is_valid): Really return false when m >=