]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update for MSVC/clang.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Aug 2020 15:52:24 +0000 (17:52 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Aug 2020 15:55:15 +0000 (17:55 +0200)
* doc/*-functions/*printf.texi: Mention that MSVC/clang has two bugs
that MSVC 14 does not have.

ChangeLog
doc/glibc-functions/obstack_printf.texi
doc/glibc-functions/obstack_vprintf.texi
doc/posix-functions/fprintf.texi
doc/posix-functions/printf.texi
doc/posix-functions/snprintf.texi
doc/posix-functions/sprintf.texi
doc/posix-functions/vfprintf.texi
doc/posix-functions/vprintf.texi
doc/posix-functions/vsnprintf.texi
doc/posix-functions/vsprintf.texi

index 28229a66c3bfaccfee499f2c1b40ad89fddc7469..0eb4f96325dd5b9841ab6a2ed0fc7e30a51ce160 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-15  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update for MSVC/clang.
+       * doc/*-functions/*printf.texi: Mention that MSVC/clang has two bugs
+       that MSVC 14 does not have.
+
 2020-08-15  Bruno Haible  <bruno@clisp.org>
 
        Revert autoupdate's revert.
index a266192e159027ec8a5eea5364a86741c8cd0ee4..c8b7d74ce24b88a021fe7c45007cd3cfd0b9e0db 100644 (file)
@@ -66,11 +66,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @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, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-Solaris 10/x86, mingw, MSVC 14.
+Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function can crash in out-of-memory conditions on some platforms:
 FreeBSD 6.0, NetBSD 5.0.
index df5aa9b40db2bef4faef1018b4ff8ece5f1ac0ac..fce571a1d73dacdd86b8cd60789d3d3fc8c9d000 100644 (file)
@@ -66,11 +66,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @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, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-Solaris 10/x86, mingw, MSVC 14.
+Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function can crash in out-of-memory conditions on some platforms:
 FreeBSD 6.0, NetBSD 5.0.
index a7ebd5827d20266a01ba1f4560cbb85295150ef7..986a2b4ec2b40baa7de99441155c08b6674499db 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index d815cad3efe314938c9414903f8d14883c085cd2..0b5e2b97e64991a83e05a09f9186762032b27813 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index 2c89b7d7cbfa98885f6ed69593b361b109b159a8..756a6d5473cbe9b3599d539409e0a6a10e5f5d96 100644 (file)
@@ -64,11 +64,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index d5634b160c488c07d0b8a605df85aa812d33069f..2c82dd574455defdfe9ae7331772f86ccd02dd0a 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index 77ba1f8e9982440f7c23b1f2eeb8fc452d639ae2..67f056618af401d1090f3d0edfac051d97e014cc 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index 06da1316e86e96ac61c3d977ec675d747e5ea98e..f137ccf7488dcb98968ae53f1f6e4c8c0c15f8d5 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index d0e4c67801483931852931a48519c8293ce46a84..b4bf675ca9541fe37e3cbed571349857a95e770d 100644 (file)
@@ -57,11 +57,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})
index 21367eb861b3f20d61bddce51cd2cbf0ae43f878..684ecf3631eda1a4a17881c0eb3b4996cd3d3e40 100644 (file)
@@ -53,11 +53,11 @@ Mac OS X 10.12, FreeBSD 6.1.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 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, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, AIX 5.2, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC/clang.
 @item
 This function does not support precisions larger than 512 or 1024 in integer,
 floating-point and pointer output on some platforms:
-AIX 7.1, Solaris 10/x86, mingw, MSVC 14.
+AIX 7.1, Solaris 10/x86, mingw, MSVC/clang.
 @item
 This function mishandles large floating point precisions
 (for example, formatting 1.0 with @samp{"%.511f"})