More info about Cygwin.
[gnulib.git] / doc / functions / sprintf.texi
index c38a790..7f5c805 100644 (file)
@@ -23,17 +23,17 @@ NetBSD 3.0, AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw,
 This function does not support format directives that access arguments in an
 arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
 @item
 This function doesn't support the @code{'} flag on some platforms:
-mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
-FreeBSD 6.0.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
 @item
 printf of @samp{long double} numbers is unsupported on some platforms:
 mingw.