X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=75313fee5526edc8e5c799f23a6ee17208a5d031;hb=01c08a39bb4b393b0f21de5582ddc781adb6cf94;hp=4d8c7933937c889a9c6672697f96460c1f14834b;hpb=aec666288852283bff590537389d92ca88df43ae;p=pspp diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 4d8c793393..75313fee55 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. @@ -8,6 +38,13 @@ references. (max_decimals): Renamed fmt_max_decimals and made public. Updated all references. + (var_create): Use the new functions for default variable + attributes below. + (var_default_formats): New function. + (var_default_measure): New function. + (var_default_alignment): New function. + + * format.h (macro FMT_MAX_NUMERIC_WIDTH): New macro. 2008-02-09 Ben Pfaff