X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=1c6fee0284bfbd00f213127fcae2f77ad6e08423;hb=2da08e801be698df268f35ac6e21cc8a345ba1fb;hp=853b0724c8418efcd04ea0ce5bc55fa1a2b1158c;hpb=49622888cd4954bf11544b2e43f58e523c9954b5;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 853b0724..1c6fee02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +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. + 2007-10-12 Ben Pfaff Use trunc module from gnulib instead of our home-grown solution.