summaryrefslogtreecommitdiff
path: root/doc/posix-functions/vprintf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-11-21 18:42:29 +0100
committerBruno Haible <bruno@clisp.org>2010-11-21 18:43:19 +0100
commit4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8 (patch)
tree6ef804b035bb47cf9d38591ecffe14b4f2d6c2d1 /doc/posix-functions/vprintf.texi
parent9aa2d4c522f12870229df0fd01d3140bddf94317 (diff)
downloadgnulib-4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8.tar.gz
Update for MacOS X 10.5.
* m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on MacOS X; the test fails on MacOS X 10.5.8. * doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info about MacOS X.
Diffstat (limited to 'doc/posix-functions/vprintf.texi')
-rw-r--r--doc/posix-functions/vprintf.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/vprintf.texi b/doc/posix-functions/vprintf.texi
index 33ed330bd7..59ca1f650f 100644
--- a/doc/posix-functions/vprintf.texi
+++ b/doc/posix-functions/vprintf.texi
@@ -22,7 +22,7 @@ AIX 5.2, OSF/1 5.1, Solaris 10, mingw.
@item
This function does not support the @samp{a} and @samp{A} directives on some
platforms:
-glibc-2.3.6, MacOS X 10.3, NetBSD 3.0, OpenBSD 4.0, AIX 5.2, HP-UX 11,
+glibc-2.3.6, MacOS X 10.5, NetBSD 3.0, OpenBSD 4.0, AIX 5.2, HP-UX 11,
IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, BeOS.
@item
This function does not support the @samp{F} directive on some platforms:
@@ -49,7 +49,7 @@ HP-UX 10.20.
@item
printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
with zeroes) on some platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw.
+MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw.
@item
This function does not support precisions larger than 512 or 1024 in integer,
floating-point and pointer output on some platforms: