* modules/mbchar (Depends-on): Add iswxdigit.
* modules/wctype (Depends-on): Likewise.
2020-01-25 Bruno Haible <bruno@clisp.org>
+ mbchar, wctype: Use the corrected iswxdigit function.
+ * modules/mbchar (Depends-on): Add iswxdigit.
+ * modules/wctype (Depends-on): Likewise.
+
iswxdigit: Add tests.
* tests/test-iswxdigit.c: New file.
* tests/test-iswxdigit.sh: New file.
wctype-h
iswblank
iswdigit
+iswxdigit
wcwidth
memcmp
wctype-h
iswblank [test $HAVE_WCTYPE = 0]
iswdigit [test $HAVE_WCTYPE = 0]
+iswxdigit [test $HAVE_WCTYPE = 0]
configure.ac:
gl_FUNC_WCTYPE