]> Savannah Git Hosting - gnulib.git/commitdiff
fnmatch: Update dependencies.
authorBruno Haible <bruno@clisp.org>
Wed, 26 Jul 2023 12:57:26 +0000 (14:57 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 26 Jul 2023 13:19:48 +0000 (15:19 +0200)
* modules/fnmatch (Depends-on): Add wctype.

ChangeLog
modules/fnmatch

index 180d60cbb5275d4bdc4fdd170ab03f021a5e579b..f66899819bd20bc96b3a4fed3200f7fadd3db90b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-26  Bruno Haible  <bruno@clisp.org>
+
+       fnmatch: Update dependencies.
+       * modules/fnmatch (Depends-on): Add wctype.
+
 2023-07-26  Bruno Haible  <bruno@clisp.org>
 
        wctype: Work around wctype+iswctype bug on MSVC.
index edd56193173defa77b6fffa6ab50fcd8ad294f52..937700f53c54de60aae78de1e2d325c73a371bc6 100644 (file)
@@ -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]