]> Savannah Git Hosting - gnulib.git/commitdiff
stdint, *printf: Update doc about MSVC.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Sep 2023 14:36:11 +0000 (16:36 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Sep 2023 14:36:11 +0000 (16:36 +0200)
* doc/posix-headers/stdint.texi: MSVC 14 has <stdint.h>.
* doc/posix-functions/*printf.texi: Current mingw and MSVC 14 support
the j, t, z size specifiers.
* doc/glibc-functions/obstack_*printf.texi: Likewise.

12 files changed:
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
doc/posix-headers/stdint.texi

index 48c339e27f272d6f50cf71c739ba6fe17d8b4089..3f6a27b6642eb7338db61e7ce4e6a3f920358a59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-09-05  Bruno Haible  <bruno@clisp.org>
+
+       stdint, *printf: Update doc about MSVC.
+       * doc/posix-headers/stdint.texi: MSVC 14 has <stdint.h>.
+       * doc/posix-functions/*printf.texi: Current mingw and MSVC 14 support
+       the j, t, z size specifiers.
+       * doc/glibc-functions/obstack_*printf.texi: Likewise.
+
 2023-09-05  Bruno Haible  <bruno@clisp.org>
 
        tests: Ensure stderr output is displayed before abort().
index 18d82a903c146126ef9730d3d37daae389bc1593..e74327db217c7fedde4cc5adea6c571066287698 100644 (file)
@@ -25,7 +25,7 @@ Portability problems fixed by either Gnulib module @code{obstack-printf-posix} o
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 printf of @samp{long double} numbers is unsupported on some platforms:
 mingw, MSVC 14.
index 6d7ba77b3086a7fbb087a990ff279f0670463577..1799832b581e9b53bbc64a702947b79a81f54a7b 100644 (file)
@@ -25,7 +25,7 @@ Portability problems fixed by either Gnulib module @code{obstack-printf-posix} o
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 printf of @samp{long double} numbers is unsupported on some platforms:
 mingw, MSVC 14.
index be20b67079186b0e243450d67819a49f66b11cb3..e08ece486964013719f3d1fde6ac43a0f3da1460 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{fprintf-posix} or @code
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 38489e292a17d2773b0019741b1ff2bd67183490..4af0105b6680b2a4d0c4671be67e3e8675e35d0e 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{printf-posix} or @code{
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 25e86e6feae1392ac351016d39de3985d8ff6fd5..7446b88f5f6af85c7af973263c5bd6682a9aa01a 100644 (file)
@@ -26,7 +26,7 @@ Portability problems fixed by either Gnulib module @code{snprintf-posix} or @cod
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 6aaf7b4b9393b0e33fe6e7513b1106ce9067205c..8cd5de619f275f6e8bb686e2cb44398bc6cd4194 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{sprintf-posix} or @code
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 6d1c1600fd98fe35b916ec1e05104e4f652e5fde..c80599e06a601bb01070dae0b9761f1290814332 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{vfprintf-posix} or @cod
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index d277d3b1f83c71ba9e61186fd2568673d04bd3a0..733032c5f4f41937ac7b0a325647906752d48bf2 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{vprintf-posix} or @code
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 24b39bffb5d2cf80f2178c95ae6c00ffaaf32e8b..c00aec68ddfbd1c3b7da9693fc28298456ec224f 100644 (file)
@@ -23,7 +23,7 @@ Portability problems fixed by either Gnulib module @code{vsnprintf-posix} or @co
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 0b8079df23f6becd40c1f3a8a73550e74f9b5937..84bf7eec6fc897818de55f8b00638cca17272a84 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by either Gnulib module @code{vsprintf-posix} or @cod
 @item
 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
 @code{j}, @code{t}, @code{z}) on some platforms:
-AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, mingw, MSVC 14.
+AIX 5.1, HP-UX 11.23, IRIX 6.5, Solaris 9, Cygwin 1.5.24, old mingw, MSVC 9.
 @item
 This function does not support size specifiers as in C23 (@code{w8},
 @code{w16}, @code{w32}, @code{w64}, @code{wf8}, @code{wf16}, @code{wf32},
index 7f33b20d23d15ed168635594976884e395207777..f2082d18aaa57efb689ada5a01236d065b96709a 100644 (file)
@@ -9,7 +9,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This header file is missing on some platforms:
-OpenBSD 3.8, AIX 5.1, HP-UX 11.11, IRIX 6.5, MSVC 14.
+OpenBSD 3.8, AIX 5.1, HP-UX 11.11, IRIX 6.5, MSVC 9.
 @item
 This header file is very incomplete on some platforms.
 @item