1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/exclude
Paul Eggert 52116d1510 * modules/exclude (Depends-on): Depend on verify.
* modules/strtoimax (Depends-on): Likewise.
* modules/utimecmp (Depends-on): Likewise.
* lib/exclude.c: Include verify.h.
(verify): Remove.  All callers changed to use verify.h's version.
* lib/strtoimax.c: Likewise.
* lib/utimecmp.c: Likewis.e
2005-10-02 22:44:15 +00:00

29 lines
298 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:
xalloc
strcase
fnmatch-gnu
stdbool
verify
configure.ac:
gl_EXCLUDE
Makefile.am:
Include:
"exclude.h"
License:
GPL
Maintainer:
Paul Eggert