]> Savannah Git Hosting - gnulib.git/commit
fnmatch: Rely on more gnulib modules.
authorBruno Haible <bruno@clisp.org>
Fri, 29 May 2020 12:01:54 +0000 (14:01 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 29 May 2020 23:25:59 +0000 (01:25 +0200)
commit5874dfe23488d0187f71d829088d2dcfe4d318f1
tree1c9c633b09345c26acb087238c73c3f2ba765b61
parent1cc5e34e1339a37387909dd3a9d35538f152d0c6
fnmatch: Rely on more gnulib modules.

* modules/fnmatch (Depends-on): Add btowc, isblank, iswctype, wmemchr,
wmempcpy, mempcpy.
* lib/fnmatch.c: Assume that HAVE_WCTYPE_H, HAVE_BTOWC, HAVE_ISWCTYPE,
HAVE_WMEMCHR, HAVE_WMEMPCPY, HAVE_ISBLANK, HAVE_DECL_ISBLANK,
HAVE_MEMPCPY are all 1.
* m4/fnmatch.m4 (gl_PREREQ_FNMATCH): Don't test for btowc, isblank,
iswctype, mempcpy, wmemchr, wmemcpy, wmempcpy, <wctype.h>.
ChangeLog
lib/fnmatch.c
m4/fnmatch.m4
modules/fnmatch