From: Bruno Haible Date: Sat, 25 Jan 2020 15:11:39 +0000 (+0100) Subject: mbchar, wctype: Use the corrected iswdigit function. X-Git-Tag: v1.0~4325 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=aa1486ff90d0c01c8086990f163e3ed0a4f78e13;p=gnulib.git mbchar, wctype: Use the corrected iswdigit function. * modules/mbchar (Depends-on): Add iswdigit. * modules/wctype (Depends-on): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 6fa977d8a2..731e0ce40a 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 2f7e11e2c9..b11e3654f1 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 9ef78ea770..2447c26b99 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