]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a NetBSD bug.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Apr 2023 21:45:43 +0000 (23:45 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Apr 2023 21:46:48 +0000 (23:46 +0200)
* doc/posix-functions/towlower.texi: Mention NetBSD bug 57339.
* doc/posix-functions/towupper.texi: Likewise.

ChangeLog
doc/posix-functions/towlower.texi
doc/posix-functions/towupper.texi

index 9940eb2a49be9cf5c50d5e04d0413aedd0121826..d13727e2eb580ff56d17b5dee8ecd28946a30f77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-09  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention a NetBSD bug.
+       * doc/posix-functions/towlower.texi: Mention NetBSD bug 57339.
+       * doc/posix-functions/towupper.texi: Likewise.
+
 2023-04-09  Bruno Haible  <bruno@clisp.org>
 
        vasnwprintf-posix: More details about the glibc bug.
index a53c96f43840e4157216aee283009529f97b6503..a8ef3ce990386bb2bbc39161aabf40c27590eb69 100644 (file)
@@ -23,4 +23,9 @@ Portability problems not fixed by Gnulib:
 @item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
+@item
+This function returns wrong values even for the ASCII characters
+in a zh_CN.GB18030 locale on some platforms:
+@c https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57339
+NetBSD 9.0.
 @end itemize
index 823ff29743b036322fe4bae913fdb7b672089ef2..902cf16e68a61dc2126ef5037e02d56f8771ddc6 100644 (file)
@@ -23,4 +23,9 @@ Portability problems not fixed by Gnulib:
 @item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
+@item
+This function returns wrong values even for the ASCII characters
+in a zh_CN.GB18030 locale on some platforms:
+@c https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57339
+NetBSD 9.0.
 @end itemize