]> Savannah Git Hosting - gnulib.git/commitdiff
wctype: Fix documentation (mistake 2023-07-26).
authorBruno Haible <bruno@clisp.org>
Tue, 29 Aug 2023 17:49:15 +0000 (19:49 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 29 Aug 2023 17:49:15 +0000 (19:49 +0200)
* doc/posix-functions/wctype.texi: The "blank" argument problem on mingw
is now worked around by Gnulib.

ChangeLog
doc/posix-functions/wctype.texi

index 5c858366d559ae3c6a20db50d10343dcc8628401..8d7eae44aaf9a897ec1c98e513c24bb25fe8a44d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-29  Bruno Haible  <bruno@clisp.org>
+
+       wctype: Fix documentation (mistake 2023-07-26).
+       * doc/posix-functions/wctype.texi: The "blank" argument problem on mingw
+       is now worked around by Gnulib.
+
 2023-08-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        trim: do not over-allocate result
index af35ed1f352c5cc59888c8d94864d6ff5a484fc4..957403ccee3ee7e3e861ad20246f96e5038f7d72 100644 (file)
@@ -34,7 +34,4 @@ 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