X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=853b0724c8418efcd04ea0ce5bc55fa1a2b1158c;hb=103646b53527f82c291f317b660ca395f0b50f0c;hp=5b4cd9024e84bb8da5033bd17a07b7d985a3c8f8;hpb=2c7d1b0285e21571b1e50def87e33095f095ce4e;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 5b4cd902..853b0724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,58 @@ +2007-10-12 Ben Pfaff + + Use trunc module from gnulib instead of our home-grown solution. + Patch #6224. + + * Smake: Add trunc to module list. + + * configure.ac: Don't need to check for trunc function any longer. + +2007-10-12 Ben Pfaff + + Use fseeko module from gnulib instead of our home-grown solution. + Patch #6228. + + * acinclude.m4: Delete PSPP_OFF_T macro. + + * configure.ac: Don't call AC_FUNC_FSEEKO or PSPP_OFF_T. + +2007-10-12 Ben Pfaff + + * Smake: Add fprintf-posix, printf-posix, printf-safe, + snprintf-posix, sprintf-posix, vasprintf-posxi, vfprintf-posix, + vprintf-posix, vsnprintf-posix, and vsprintf-posix modules, which + allow us to use C99 format specifiers (e.g. 'z') in *printf. + Also, changed many formerly casted arguments in *printf calls to + use one of these format specifiers and drop the cast. + +2007-10-11 Ben Pfaff + + * Smake: Drop alloca, alloca-opt modules as we don't use them + anymore. + +2007-10-10 Ben Pfaff + + * acinclude.m4: Improve formatting. + + * configure.ac: Ditto. Don't check for headers whose presence is + never tested. Don't use AC_C_CONST (we can assume that "const" is + implemented these days). Don't pass default sizes to + AC_CHECK_SIZEOF, since modern Autoconf doesn't need them. Don't + define FPREP_IEEE754, since it was not tested for. Don't use + AC_FUNC_VPRINTF, since we never tested for it. + +2007-10-06 John Darrington + + * configure.ac INSTALL: Change libglade version requirement. + Thanks to Paul Brown for reporting this issue. + 2007-09-30 Ben Pfaff * configure.ac: Print a message indicating success at the end of the run. + * INSTALL: Improve instructions. + 2007-09-22 Ben Pfaff Bug #21128. Reviewed by John Darrington.