X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=75313fee5526edc8e5c799f23a6ee17208a5d031;hb=b648b71a8e7180c976aa66dfe05afcf152a1e19d;hp=9c68bb3b9bf8d46cd9872d75e13bb124a29c1e48;hpb=154fc1235e5f2be16af4cb9f61bdd160d3880452;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 9c68bb3b..75313fee 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,33 @@ +2008-03-06 Ben Pfaff + + * dictionary.c (var_name_is_insertable): New function. + (make_hinted_name): Don't accept variable names that match PSPP + keywords. Thanks to Jason Stover for reporting the problem. + +2008-03-06 Ben Pfaff + + * format-guesser.c (syntax): Require month names to be spelled out + as English words, so that single characters that happen to be + Roman numerals don't get detected as months. Thanks to John + Darrington for reporting this bug. + +2008-03-04 Ben Pfaff + + Patch #6441. Reviewed by John Darrington. + + * format.c (fmt_fix): New function. + (fmt_fix_input): New function. + (fmt_fix_output): New function. + + * format.def: Correct minimum width for DATETIME format. It was + 7, should have been 17. + + * automake.mk: Add new files. + + * format-guesser.c: New file. + + * format-guesser.h: New file. + 2008-02-18 Ben Pfaff Patch #6426. Reviewed by John Darrington.