comparison doc/posix-functions/vsprintf.texi @ 13890:c65fd41437cf

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Nov 2010 18:42:29 +0100
parents bb0ceefd22dc
children ac911e0db006
comparison
equal deleted inserted replaced
13889:a9dd206213eb 13890:c65fd41437cf
20 incorrect result on some platforms: 20 incorrect result on some platforms:
21 AIX 5.2, OSF/1 5.1, Solaris 10, mingw. 21 AIX 5.2, OSF/1 5.1, Solaris 10, mingw.
22 @item 22 @item
23 This function does not support the @samp{a} and @samp{A} directives on some 23 This function does not support the @samp{a} and @samp{A} directives on some
24 platforms: 24 platforms:
25 glibc-2.3.6, MacOS X 10.3, NetBSD 3.0, OpenBSD 4.0, AIX 5.2, HP-UX 11, 25 glibc-2.3.6, MacOS X 10.5, NetBSD 3.0, OpenBSD 4.0, AIX 5.2, HP-UX 11,
26 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, BeOS. 26 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, BeOS.
27 @item 27 @item
28 This function does not support the @samp{F} directive on some platforms: 28 This function does not support the @samp{F} directive on some platforms:
29 NetBSD 3.0, AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, 29 NetBSD 3.0, AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9,
30 Cygwin 1.5.x, mingw, BeOS. 30 Cygwin 1.5.x, mingw, BeOS.
47 are specified together, on some platforms: 47 are specified together, on some platforms:
48 HP-UX 10.20. 48 HP-UX 10.20.
49 @item 49 @item
50 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded 50 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
51 with zeroes) on some platforms: 51 with zeroes) on some platforms:
52 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. 52 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.
53 @item 53 @item
54 This function does not support precisions larger than 512 or 1024 in integer, 54 This function does not support precisions larger than 512 or 1024 in integer,
55 floating-point and pointer output on some platforms: 55 floating-point and pointer output on some platforms:
56 mingw, BeOS. 56 mingw, BeOS.
57 @item 57 @item