]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a wctype bug.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2023 22:32:47 +0000 (00:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2023 22:34:19 +0000 (00:34 +0200)
* doc/posix-functions/wctype.texi: Mention a bug on mingw.

ChangeLog
doc/posix-functions/wctype.texi

index bd6e43518d7af2986190bae7738336e91935e946..1ca22554ed9c5ebb16b896d9e49d843b3499d518 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-22  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention a wctype bug.
+       * doc/posix-functions/wctype.texi: Mention a bug on mingw.
+
 2023-07-21  Bruno Haible  <bruno@clisp.org>
 
        unistr/u8-pcpy, unistr/u16-pcpy, unistr/u32-pcpy: Add tests.
index 4d1deeb904992980e4b67513bda72df84ef64154..a158cdd102f8901d318adc1b11e7217429e4c688 100644 (file)
@@ -25,4 +25,7 @@ accommodate all Unicode characters.
 However, the Gnulib function @code{c32_get_type_test}, provided by Gnulib
 module @code{c32_get_type_test}, operates on 32-bit wide characters and
 therefore does not have this limitation.
+@item
+This function does not support the @code{"blank"} argument on some platforms:
+mingw.
 @end itemize