posix-xprintf-functions.patch from patch #6230.
[pspp-builds.git] / ChangeLog
index e18976e8907b78fe866daaac45b916e29b4e23b1..7e1e8ea95441f9833c7f12548f322220973047d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-12  Ben Pfaff  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
 
        * Smake: Drop alloca, alloca-opt modules as we don't use them