>From aa1486ff90d0c01c8086990f163e3ed0a4f78e13 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Jan 2020 16:11:39 +0100 Subject: [PATCH 3/3] mbchar, wctype: Use the corrected iswdigit function. * modules/mbchar (Depends-on): Add iswdigit. * 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 6fa977d..731e0ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-01-25 Bruno Haible + 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. diff --git a/modules/mbchar b/modules/mbchar index 2f7e11e..b11e365 100644 --- a/modules/mbchar +++ b/modules/mbchar @@ -13,6 +13,7 @@ stdbool wchar wctype-h iswblank +iswdigit wcwidth memcmp diff --git a/modules/wctype b/modules/wctype index 9ef78ea..2447c26 100644 --- a/modules/wctype +++ b/modules/wctype @@ -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 -- 2.7.4