avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / vdprintf.texi
1 @node vdprintf
2 @section @code{vdprintf}
3 @findex vdprintf
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html}
6
7 Gnulib module: vdprintf or vdprintf-posix
8
9 Portability problems fixed by either Gnulib module @code{vdprintf} or @code{vdprintf-posix}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
14 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5.
15 @end itemize
16
17 Portability problems fixed by Gnulib module @code{vdprintf-posix}:
18 @itemize
19 @item
20 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
21 @code{j}, @code{t}, @code{z}) on some platforms:
22 BeOS.
23 @item
24 printf of @samp{long double} numbers is unsupported on some platforms:
25 BeOS.
26 @item
27 This function does not support the @samp{a} and @samp{A} directives on some
28 platforms:
29 glibc-2.3.6, BeOS.
30 @item
31 This function does not support the @samp{F} directive on some platforms:
32 BeOS.
33 @item
34 This function does not support format directives that access arguments in an
35 arbitrary order, such as @code{"%2$s"}, on some platforms:
36 BeOS.
37 @item
38 This function does not support precisions larger than 512 or 1024 in integer,
39 floating-point and pointer output on some platforms:
40 BeOS.
41 @end itemize
42
43 Portability problems not fixed by Gnulib:
44 @itemize
45 @end itemize