X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=853b0724c8418efcd04ea0ce5bc55fa1a2b1158c;hb=4c2001f2a436355d68bb513e15d9a44e2fd6ac27;hp=e18976e8907b78fe866daaac45b916e29b4e23b1;hpb=7a887989fb1da56ebd264ee3338c1472c7e40a51;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index e18976e8..853b0724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +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