mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
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).
29 lines
297 B
Plaintext
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
|