From: Bruno Haible Date: Tue, 29 Aug 2023 17:49:15 +0000 (+0200) Subject: wctype: Fix documentation (mistake 2023-07-26). X-Git-Tag: v1.0~854 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=60c34616a90c9bb6fa638fbfd9f374408d8e4fab;p=gnulib.git wctype: Fix documentation (mistake 2023-07-26). * doc/posix-functions/wctype.texi: The "blank" argument problem on mingw is now worked around by Gnulib. --- diff --git a/ChangeLog b/ChangeLog index 5c858366d5..8d7eae44aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-29 Bruno Haible + + 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 trim: do not over-allocate result diff --git a/doc/posix-functions/wctype.texi b/doc/posix-functions/wctype.texi index af35ed1f35..957403ccee 100644 --- a/doc/posix-functions/wctype.texi +++ b/doc/posix-functions/wctype.texi @@ -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