X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=751b749497148519403c5113c8a847f30f5e98cf;hb=6e43222c13e68dcc68e88b963350a431593e0dc6;hp=5768f68bf0674435766fb9d669a82c7fa25917bf;hpb=8a55f06f1878e987d1b3d0b09a74d58291c33887;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 5768f68b..751b7494 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2007-12-11 John Darrington + + * t-test-independent-samples-dialog.c: Quoted the group values, when + the group variable is a string variable. + +2007-12-04 Ben Pfaff + + * Smake (GNULIB_MODULES): Add ftello module. + +2007-11-05 Ben Pfaff + + * configure.ac: No need for check for off_t or for the size of + float or long double any longer, as we don't use the results + anymore. Also, no need to put #include into config.h + any longer, as this was only needed for --with-included-gettext, + which we have not supported for some time. + +2007-11-03 Ben Pfaff + + Allow output files to overwrite input files (bug #21280). + + * Smake (GNULIB_MODULES): Add fatal-signal, tempname modules. + 2007-11-02 Ben Pfaff * Smake (GNULIB_MODULES): Add isfinite, round modules.