From: Bruno Haible Date: Wed, 26 Jul 2023 12:57:26 +0000 (+0200) Subject: fnmatch: Update dependencies. X-Git-Tag: v1.0~1027 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2a210c4b19af9fdc1117462f6d200e2801e761f4;p=gnulib.git fnmatch: Update dependencies. * modules/fnmatch (Depends-on): Add wctype. --- diff --git a/ChangeLog b/ChangeLog index 180d60cbb5..f66899819b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-07-26 Bruno Haible + + fnmatch: Update dependencies. + * modules/fnmatch (Depends-on): Add wctype. + 2023-07-26 Bruno Haible wctype: Work around wctype+iswctype bug on MSVC. diff --git a/modules/fnmatch b/modules/fnmatch index edd5619317..937700f53c 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -29,6 +29,7 @@ iswctype [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && mbsrtowcs [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] wchar [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] wctype-h [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] +wctype [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] wmemchr [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] wmempcpy [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0] btoc32 [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]