]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a bug in NetBSD's *gettext functions.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2024 14:51:01 +0000 (16:51 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2024 17:17:30 +0000 (19:17 +0200)
* doc/glibc-functions/gettext.texi: Mention buggy handling of empty
LANGUAGE environment variable.
* doc/glibc-functions/dgettext.texi: Likewise.
* doc/glibc-functions/dcgettext.texi: Likewise.
* doc/glibc-functions/ngettext.texi: Likewise.
* doc/glibc-functions/dngettext.texi: Likewise.
* doc/glibc-functions/dcngettext.texi: Likewise.

ChangeLog
doc/glibc-functions/dcgettext.texi
doc/glibc-functions/dcngettext.texi
doc/glibc-functions/dgettext.texi
doc/glibc-functions/dngettext.texi
doc/glibc-functions/gettext.texi
doc/glibc-functions/ngettext.texi

index 31ed29ac61077ec990a5f7f79f734df5ac79335a..32e91e8d3cd9202467f12a54d10a79173a85cf44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-07-19  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention a bug in NetBSD's *gettext functions.
+       * doc/glibc-functions/gettext.texi: Mention buggy handling of empty
+       LANGUAGE environment variable.
+       * doc/glibc-functions/dgettext.texi: Likewise.
+       * doc/glibc-functions/dcgettext.texi: Likewise.
+       * doc/glibc-functions/ngettext.texi: Likewise.
+       * doc/glibc-functions/dngettext.texi: Likewise.
+       * doc/glibc-functions/dcngettext.texi: Likewise.
+
 2024-07-19  Bruno Haible  <bruno@clisp.org>
 
        xstrtol: Improve documentation.
index f6e76e963c9215350731082dfab343e0daaa9b04..9fa436b220f6082cd05fcc91eb6dcccda47a71a9 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize
index 32bb3f8666decf6f28edcce78fffd4b695ed369d..24b420c867cd7ddc436478bc61e5b5de21407f20 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize
index b7cbbb0bd942ee56a467137600370815c187e144..5d06c8fc805f58a2155db29e0b00edac95c472eb 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize
index db9a4389c94da0b509ad6a0a93dff7679ccb236b..a8acedf55d8b41889af8316b6018183c4aab1aa7 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize
index ec9a81f341de1f47287f3228cc627cfa48eae603..8c11136b42b80ac3a5d680b04c50a4ca822c0d29 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize
index 13bb1f8dac6e37feb999af19fd31bfdd32c21f51..8aa5869597b7a4c77e5403685fc25a9e28c75546 100644 (file)
@@ -31,4 +31,9 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 macOS 14, FreeBSD 14.0, OpenBSD 6.7, Minix 3.1.8, HP-UX 11, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+@item
+This function does not treat a @code{LANGUAGE} environment variable
+with an empty value like an unset @code{LANGUAGE} environment variable
+on some platforms:
+NetBSD 10.0.
 @end itemize