From: Bruno Haible Date: Sat, 25 Jan 2020 20:19:27 +0000 (+0100) Subject: mbchar, wctype: Use the corrected iswxdigit function. X-Git-Tag: v1.0~4318 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e79cf41f3c8607a78219955b5c04b398e7ff0ca9;p=gnulib.git mbchar, wctype: Use the corrected iswxdigit function. * modules/mbchar (Depends-on): Add iswxdigit. * modules/wctype (Depends-on): Likewise. --- diff --git a/ChangeLog b/ChangeLog index f5a0863864..28b39807b5 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 b11e3654f1..1a79abce92 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 2447c26b99..e653f62748 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