summaryrefslogtreecommitdiff
path: root/lib/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* exclude: prefer idx_t for most indexesPaul Eggert2021-06-111-16/+13
* exclude: improve wide-character hashingPaul Eggert2021-06-111-2/+2
* exclude: Allow stdio optimization independently of 'unlocked-io'.Bruno Haible2021-03-071-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* exclude: Make more robust in multithreaded applications.Bruno Haible2020-05-271-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Continue to use spaces for indentation, not tabs.Bruno Haible2018-06-251-66/+66
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* 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