summaryrefslogtreecommitdiff
path: root/lib/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* exclude: declare exclude_patopts staticJim Meyering2014-09-261-1/+1
* exclude: port to strict C99Paul Eggert2014-04-181-3/+3
* exclude: add support for posix regexpsSergey Poznyakoff2014-02-211-32/+162
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* exclude: process exclude and include directives in orderPaul Eggert2012-04-291-58/+53
* exclude: handle wildcards with FNM_NOESCAPE and with trailing \Paul Eggert2012-04-291-14/+3
* exclude: handle wildcards with FNM_EXTMATCHPaul Eggert2012-04-291-15/+18
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-251-9/+1
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-251-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2010-07-281-7/+7
* exclude: Unescape hashed patterns in wildcard mode.Sergey Poznyakoff2010-05-061-0/+22
* exclude: fix the case of globs vs. EXCLUDE_INCLUDEJavier Villavicencio2010-03-281-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-106/+106
* exclude: make more robustEric Blake2009-10-301-3/+4
* exclude: avoid an unwarranted warningJim Meyering2009-10-281-1/+3
* exclude: minor fixSergey Poznyakoff2009-09-061-0/+1
* build: avoid some compiler warningsEric Blake2009-08-201-4/+4
* Optimize exclude: use hash tables for non-wildcard patterns.Sergey Poznyakoff2009-08-121-32/+311
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+4
* * lib/exclude.c (FNM_EXTMATCH): Define if system does not.Paul Eggert2007-02-151-6/+31
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-2/+1
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * lib/memcasecmp.c: Include <limits.h>.Paul Eggert2006-07-051-14/+2
* (exclude_fnmatch): New function.Sergey Poznyakoff2006-05-251-16/+20
* * modules/exclude (Depends-on): Depend on verify.Paul Eggert2005-10-021-8/+5
* Sync from coreutils.Paul Eggert2005-09-231-0/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Sync from coreutils.Paul Eggert2005-06-021-6/+6
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+4
* Merge from coreutils.Paul Eggert2004-08-071-5/+2
* Modify exclude.c to use new xalloc primitives, for simplicity.Paul Eggert2003-10-271-20/+8
* Do not include <inttypes.h> or <stdint.h>.Paul Eggert2003-10-161-21/+6
* Remove K&R cruft.Paul Eggert2003-09-091-9/+2
* Fix typo in previous change; it mishandled the case when line_end wasPaul Eggert2003-08-131-4/+8
* Ignore trailing white space and empty linesPaul Eggert2003-08-131-3/+29
* (new_exclude, add_exclude): Remove casts that arePaul Eggert2003-06-041-5/+3
* .h files should stand alone, but we shouldn't include <sys/types.h>Paul Eggert2003-06-041-3/+1
* in lib:Paul Eggert2003-05-291-5/+1
* Remove uses of `PARAMS'.Jim Meyering2003-04-051-4/+3
* (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if notPaul Eggert2002-12-101-3/+11
* Include unlocked-io.h.Jim Meyering2001-11-171-0/+1
* (excluded_filename): 0 -> false, since it's a boolean context.Jim Meyering2001-09-301-1/+1
* (fnmatch_no_wildcards): Fix confusion betweenJim Meyering2001-09-031-4/+4