]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update for glibc 2.39.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Jun 2024 20:48:59 +0000 (22:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Jun 2024 20:48:59 +0000 (22:48 +0200)
* doc/posix-functions/*scanf.texi: Update.

13 files changed:
ChangeLog
doc/posix-functions/fscanf.texi
doc/posix-functions/fwscanf.texi
doc/posix-functions/scanf.texi
doc/posix-functions/sscanf.texi
doc/posix-functions/swscanf.texi
doc/posix-functions/vfscanf.texi
doc/posix-functions/vfwscanf.texi
doc/posix-functions/vscanf.texi
doc/posix-functions/vsscanf.texi
doc/posix-functions/vswscanf.texi
doc/posix-functions/vwscanf.texi
doc/posix-functions/wscanf.texi

index ba2e832e22267c2227b2c16adf6d35553801c94d..e9ff708865a2687201f0c16b787f54602ef80e87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
        * doc/glibc-functions/posix_spawnattr_getcgroup_np.texi: New file.
        * doc/glibc-functions/posix_spawnattr_setcgroup_np.texi: New file.
        * doc/gnulib.texi: Include them.
+       * doc/posix-functions/*scanf.texi: Update.
 
 2024-06-15  Bruno Haible  <bruno@clisp.org>
 
index 2b07c1cdb8841a75515d4df90e6138e626c6347a..240007be8d0d4b5511cf342bf9c27df96a371a4f 100644 (file)
@@ -27,6 +27,12 @@ function attempts to read from the underlying file descriptor even if
 the stream's end-of-file indicator is set.  These systems include
 glibc and default Solaris.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index bf40b176b74bc75485ec9e8b407b278b5bbd8e9d..3d2a3ba048c33325d8c210ff5bfda3ce7c34f119 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, Cygwin 1.5.x.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 88ce74f2fca216b485b45a0d600a857d25c75a87..d84ca3caf10aa8a0a3c0cca32b744a5a4dce2725 100644 (file)
@@ -27,6 +27,12 @@ function attempts to read from the underlying file descriptor even if
 the stream's end-of-file indicator is set.  These systems include
 glibc and default Solaris.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index c445cf290f1d3157a1e22ea10655b01ac344e763..6ddabfbf5915ebb871a258eea94b54912fa0ebc8 100644 (file)
@@ -15,6 +15,12 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index 825339068c8f1f72f2b7d82970781bbdab668d7f..ec090160b84203733d935a8ab1b555b3968c6ae1 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, Cygwin 1.5.x.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 14bb1c7117a9b8ed6d910a123a60ab2c69e6ccc5..db6d2172b2a50c9d793fde4f8dfd0552e77533b1 100644 (file)
@@ -23,6 +23,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 Minix 3.1.8.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index 910040e6402c6e7c4056fd24b189833565f44fd6..97b6add4327566cf38777b4b80cb9e8faf68f97d 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11.23, Cygwin 1.5.x, Android 4.4.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 71f30fcf1bd9361c4259bc2a2cdc747be699ff03..c82d34dbaa1dca6bd789d555ff4b6f88be6ee1f3 100644 (file)
@@ -20,6 +20,12 @@ mingw, MSVC 14.
 Portability problems not fixed by Gnulib:
 @itemize
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index 5ad492b142f47166a2473545008cd622aeb97647..fcfa71c28d5f8f927eb5461c5fb5e223365a2c27 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 MSVC 14.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
index df9004257a2780414fbcda927183fa0bed0ee46d..3b6dde31cf4ccf1daf2c2f73b01e931a24367cdf 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11.23, Cygwin 1.5.x, MSVC 14, Android 4.4.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 207ba43ea85467527ae5801a43ca27048214e127..60fef6bc66a8b105be430ea585abb1fb9a82672a 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11.23, Cygwin 1.5.x, Android 4.4.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index fcd18d91e5156ef64067b86786c4a630fbf55a7b..0ad88188e26d91e771c18a6704210042d316ce9b 100644 (file)
@@ -18,6 +18,12 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, Cygwin 1.5.x.
 @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},
+@code{wf64}) on some platforms:
+glibc 2.38, musl libc, macOS 12.5, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.2,
+AIX 7.2, HP-UX 11, Solaris 11.4, Cygwin 2.9.0, mingw, MSVC 14.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize