X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=c0479931cdacaf2663630d37d1a3a7ec170fc85c;hb=fd3d64301598af490d54df88fb485853521e283f;hp=50d68042e8069a990647bbbcc67b3af3dbed2fe7;hpb=5538da3591c0aa883ad5e6c36294856f1918b7fe;p=pspp diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 50d68042e8..c0479931cd 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,32 @@ +2008-05-15 Ben Pfaff + + Patch #6512. + + * data-out.c (output_infinite): Use gsl_isnan instead of isnan, + and gsl_isinf instead of isinf, as a stopgap measure for + portability until appropriate gnulib modules are available. + + * por-file-writer.c (format_trig_double): Similarly, use + gsl_finite instead of finite. + +2008-03-18 John Darrington + + * data-in.c: If category is custom currency, then use + numeric format for input. + +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. @@ -9,6 +38,12 @@ * 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.