]> Savannah Git Hosting - gnulib.git/commit
wctype: Rely on module iswpunct.
authorBruno Haible <bruno@clisp.org>
Wed, 30 Aug 2023 00:19:01 +0000 (02:19 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 30 Aug 2023 00:28:02 +0000 (02:28 +0200)
commita07c0e4b0c5659d04b77a3f6b636c1ade7358fbb
tree8c76001fe75c8b595b9ffca833a9e49a61cb4cf6
parent01b1c5938372e72d7d0af2b123b37d9add3d235c
wctype: Rely on module iswpunct.

* m4/wctype.m4 (gl_FUNC_WCTYPE): Also test whether the "punct" class
works.
* modules/wctype (Depends-on): Add iswpunct.
* tests/test-iswctype.c (main): Add more tests of the "punct" class.
* doc/posix-functions/wctype.texi: Mention the Android problem.
ChangeLog
doc/posix-functions/wctype.texi
m4/wctype.m4
modules/wctype
tests/test-iswctype.c