X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2FChangeLog;h=1b242dd5407ad134f45eb7776467582ef8a5b2c8;hb=8407e8566f02d768975e0fc1b8cb650b12f5239a;hp=bde3036092fb2a4a4307d55bd748fbf5f7b42bfa;hpb=3e3d825afe59ad43699664a74ca04e2e1b836786;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index bde30360..1b242dd5 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,41 @@ +2008-07-26 John Darrington + + * case-ordering.c case-ordering.h: Removed the value_cnt + associated with the ordering structure. + +2008-07-16 Jason Stover + + * category.c (cat_get_category_count): New function. + +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.