posix-xprintf-functions.patch from patch #6230.
authorBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:35:25 +0000 (04:35 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:35:25 +0000 (04:35 +0000)
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.


No differences found