]> Savannah Git Hosting - gnulib.git/commitdiff
mbchar, wctype: Use the corrected iswxdigit function.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Jan 2020 20:19:27 +0000 (21:19 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Jan 2020 20:19:27 +0000 (21:19 +0100)
* modules/mbchar (Depends-on): Add iswxdigit.
* modules/wctype (Depends-on): Likewise.

ChangeLog
modules/mbchar
modules/wctype

index f5a086386483cfe940633f885293c8ebd3ef7969..28b39807b51f1684f16759ce3348d569881d6f72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
index b11e3654f1cff06551e28eb59790aee1e2f179e4..1a79abce9201278c79bb2e2a57cb6b9971442546 100644 (file)
@@ -14,6 +14,7 @@ wchar
 wctype-h
 iswblank
 iswdigit
+iswxdigit
 wcwidth
 memcmp
 
index 2447c26b9906c789bf37013a38eda4762267b9fa..e653f62748bfd2e70745cb5348fbc21b3459bfff 100644 (file)
@@ -16,6 +16,7 @@ Depends-on:
 wctype-h
 iswblank        [test $HAVE_WCTYPE = 0]
 iswdigit        [test $HAVE_WCTYPE = 0]
+iswxdigit       [test $HAVE_WCTYPE = 0]
 
 configure.ac:
 gl_FUNC_WCTYPE