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

ChangeLog
modules/mbchar
modules/wctype

index 6fa977d8a28969128bb6890f744619bf329654b7..731e0ce40a110d4b87361fb06ee6289d7ea204b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-25  Bruno Haible  <bruno@clisp.org>
 
+       mbchar, wctype: Use the corrected iswdigit function.
+       * modules/mbchar (Depends-on): Add iswdigit.
+       * modules/wctype (Depends-on): Likewise.
+
        iswdigit: Add tests.
        * tests/test-iswdigit.c: New file.
        * tests/test-iswdigit.sh: New file.
index 2f7e11e2c9f2f23f4b626278e7d7e5052834b6a2..b11e3654f1cff06551e28eb59790aee1e2f179e4 100644 (file)
@@ -13,6 +13,7 @@ stdbool
 wchar
 wctype-h
 iswblank
+iswdigit
 wcwidth
 memcmp
 
index 9ef78ea770cfc9e182d4ec12622bac97476f6af1..2447c26b9906c789bf37013a38eda4762267b9fa 100644 (file)
@@ -15,6 +15,7 @@ m4/wctype.m4
 Depends-on:
 wctype-h
 iswblank        [test $HAVE_WCTYPE = 0]
+iswdigit        [test $HAVE_WCTYPE = 0]
 
 configure.ac:
 gl_FUNC_WCTYPE