]> Savannah Git Hosting - gnulib.git/commitdiff
*printf: Document a Haiku bug.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2025 09:17:26 +0000 (11:17 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2025 09:17:26 +0000 (11:17 +0200)
* doc/posix-functions/fwprintf.texi: Mention the missing ' flag support.
* doc/posix-functions/vfwprintf.texi: Likewise.
* doc/posix-functions/wprintf.texi: Likewise.
* doc/posix-functions/vwprintf.texi: Likewise.
* doc/posix-functions/swprintf.texi: Likewise.
* doc/posix-functions/vswprintf.texi: Likewise.

ChangeLog
doc/posix-functions/fwprintf.texi
doc/posix-functions/swprintf.texi
doc/posix-functions/vfwprintf.texi
doc/posix-functions/vswprintf.texi
doc/posix-functions/vwprintf.texi
doc/posix-functions/wprintf.texi

index d8b202df02e0bfe3f676d2336aca04373270a5c5..637749b6819105a8b3dcbb420f683b32ea15333d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2025-04-13  Bruno Haible  <bruno@clisp.org>
+
+       *printf: Document a Haiku bug.
+       * doc/posix-functions/fwprintf.texi: Mention the missing ' flag support.
+       * doc/posix-functions/vfwprintf.texi: Likewise.
+       * doc/posix-functions/wprintf.texi: Likewise.
+       * doc/posix-functions/vwprintf.texi: Likewise.
+       * doc/posix-functions/swprintf.texi: Likewise.
+       * doc/posix-functions/vswprintf.texi: Likewise.
+
 2025-04-12  Collin Funk  <collin.funk1@gmail.com>
 
        aligned-malloc tests: Simplify a macro definition and improve comment.
index 3ca62ddd2f2d479dc755cc205d2e169cb512f783..e9f71e14b204fb100685a3b629a88e801f0a9946 100644 (file)
@@ -25,7 +25,9 @@ This function does not support size specifiers as in C23 (@code{w8},
 glibc 2.37, musl libc, macOS 14, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC, Android 9.0.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)
index 72cabd3ba25f8ced303644ede56f868b5be3c982..219fe890f397c5bb7ef0760f96692c03e7358bdd 100644 (file)
@@ -61,7 +61,9 @@ musl libc 1.2.3,
 macOS 14, FreeBSD 13.1, NetBSD 10.0, OpenBSD 7.2, AIX 7.2, mingw.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)
index f0b38bae49c3e71befa02400dc93c8c0b1eb01ec..7ab1914c4be98988584df38ac888c232010d426b 100644 (file)
@@ -25,7 +25,9 @@ This function does not support size specifiers as in C23 (@code{w8},
 glibc 2.37, musl libc, macOS 14, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC, Android 9.0.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)
index 2bd0b03996f93dc24dc84df84c3df8686d9fcccf..e0111d1ee74b3b864019b14016f91dbe9c5c96b4 100644 (file)
@@ -27,7 +27,9 @@ This function does not support size specifiers as in C23 (@code{w8},
 glibc 2.37, musl libc, macOS 14, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC, Android 9.0.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)
index fea34ed3fca41f1dd5cc3492a7d116eeacf2a3d4..2ad09f58ffcd6d98578018d06c5817a9d8c0728a 100644 (file)
@@ -28,7 +28,9 @@ This function does not support size specifiers as in C23 (@code{w8},
 glibc 2.37, musl libc, macOS 14, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC, Android 9.0.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)
index 4923552b770d9a9929c29625173d4e902415d1e2..8f4db1f93c4158a30fe6478641782334abb8967c 100644 (file)
@@ -28,7 +28,9 @@ This function does not support size specifiers as in C23 (@code{w8},
 glibc 2.37, musl libc, macOS 14, FreeBSD 13.2, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC, Android 9.0.
 @item
 This function doesn't support the @code{'} flag at all on some platforms:
-mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14.
+mingw without @code{__USE_MINGW_ANSI_STDIO}, MSVC 14,
+@c https://dev.haiku-os.org/ticket/19522
+Haiku.
 @item
 This function doesn't support the @code{'} flag correctly for integers
 (it uses the decimal point instead of the thousands separator!)