>From e79cf41f3c8607a78219955b5c04b398e7ff0ca9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Jan 2020 21:19:27 +0100 Subject: [PATCH 3/3] mbchar, wctype: Use the corrected iswxdigit function. * modules/mbchar (Depends-on): Add iswxdigit. * modules/wctype (Depends-on): Likewise. --- ChangeLog | 4 ++++ modules/mbchar | 1 + modules/wctype | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5a0863..28b3980 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-01-25 Bruno Haible + 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. diff --git a/modules/mbchar b/modules/mbchar index b11e365..1a79abc 100644 --- a/modules/mbchar +++ b/modules/mbchar @@ -14,6 +14,7 @@ wchar wctype-h iswblank iswdigit +iswxdigit wcwidth memcmp diff --git a/modules/wctype b/modules/wctype index 2447c26..e653f62 100644 --- a/modules/wctype +++ b/modules/wctype @@ -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 -- 2.7.4