1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/exclude
Paul Eggert b20fd100dd * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
Verify that it doesn't overlap with our flags.
(fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
do not have the desired effect in multibyte locales; instead, use
mbscasecmp.
* modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
we don't require GNU fnmatch ourselves (if our users require it, they
should do so explicitly).
2007-02-15 00:29:06 +00:00

29 lines
297 B
Plaintext

Description:
Manage list of filenames or wildcard patterns for --exclude option processing.
Files:
lib/exclude.h
lib/exclude.c
m4/exclude.m4
Depends-on:
fnmatch
mbscasecmp
stdbool
verify
xalloc
configure.ac:
gl_EXCLUDE
Makefile.am:
Include:
"exclude.h"
License:
GPL
Maintainer:
Paul Eggert