summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fprintf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-14 09:33:46 +0200
committerBruno Haible <bruno@clisp.org>2018-10-14 09:34:50 +0200
commitf4dda9f5c203b49b68633b7b410f7b70e77997f4 (patch)
treecd858f86f37bba8013e2114b125c05c95b2886c0 /doc/posix-functions/fprintf.texi
parent634ee598d986cc2b9ff13b31aa70b448da471373 (diff)
downloadgnulib-f4dda9f5c203b49b68633b7b410f7b70e77997f4.tar.gz
doc: Update for Solaris 11.4.
* doc/**/*.texi: For bugs that exist in both Solaris 11.3 and 11.4, mention Solaris 11.4. * m4/printf.m4: Update comments about Solaris. * m4/log.m4: Likewise. * m4/log10.m4: Likewise. * m4/logb.m4: Likewise. * m4/logbf.m4: Likewise. * m4/logbl.m4: Likewise. * m4/rename.m4: Likewise. * m4/wcrtomb.m4: Likewise. * m4/hostent.m4: Likewise. * m4/servent.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/fprintf.texi')
-rw-r--r--doc/posix-functions/fprintf.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/fprintf.texi b/doc/posix-functions/fprintf.texi
index ed85d17483..3765f50cce 100644
--- a/doc/posix-functions/fprintf.texi
+++ b/doc/posix-functions/fprintf.texi
@@ -18,12 +18,12 @@ mingw, MSVC 14, BeOS.
@item
printf @code{"%f"}, @code{"%e"}, @code{"%g"} of Infinity and NaN yields an
incorrect result on some platforms:
-AIX 5.2, OSF/1 5.1, Solaris 11.0, mingw, MSVC 14.
+AIX 5.2, OSF/1 5.1, Solaris 11.4, mingw, MSVC 14.
@item
This function does not support the @samp{a} and @samp{A} directives on some
platforms:
glibc-2.3.6, Mac OS X 10.5, NetBSD 5.0, OpenBSD 4.0, AIX 5.2, HP-UX 11,
-IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin 1.5.x, mingw, MSVC 14, BeOS.
+IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14, BeOS.
@item
This function does not support the @samp{F} directive on some platforms:
NetBSD 3.0, AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9,
@@ -37,7 +37,7 @@ OpenBSD 4.0, IRIX 6.5, Solaris 2.6, Cygwin 1.5.x, Haiku.
@item
This function does not support precisions in the @samp{ls} directive correctly
on some platforms:
-Solaris 11.3.
+Solaris 11.4.
@item
This function does not support format directives that access arguments in an
arbitrary order, such as @code{"%2$s"}, on some platforms:
@@ -55,8 +55,8 @@ are specified together, on some platforms:
HP-UX 10.20.
@item
printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
-with zeroes) on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC 14.
+with zeroes, or wrong capitalization) on some platforms:
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
@item
This function does not support precisions larger than 512 or 1024 in integer,
floating-point and pointer output on some platforms: