summaryrefslogtreecommitdiff
path: root/lib/fnmatch_loop.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fnmatch: merge from glibc + proposalPaul Eggert2020-12-311-4/+3
* fnmatch: Use idx_t for nonnegative ptrdiff_t variables.Bruno Haible2020-12-061-3/+3
* fnmatch: adjust to match glibc fixPaul Eggert2020-09-161-2/+2
* fnmatch: merge from glibcPaul Eggert2020-05-311-289/+284
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* manywarnings: update for GCC 7Paul Eggert2017-05-161-5/+3
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* flexmember: port better to GCC + valgrindPaul Eggert2016-09-071-2/+2
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* fnmatch: don't goto over declarationPaul Eggert2013-07-061-2/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-4/+4
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Remove unused macros from !_LIBC code in glibc-borrowed files.Bruno Haible2011-11-281-1/+0
* fnmatch: avoid compiler warningEric Blake2011-05-181-2/+2
* fnmatch: sync glibc change fixing Bugzilla bug #12378James Youngman2011-05-131-2/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* regcomp, regexec, fnmatch: avoid array bounds read errorUlrich Drepper2010-01-041-2/+7
* 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-938/+938
* fnmatch: avoid compiler warningEric Blake2009-11-141-2/+2
* * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out thePaul Eggert2007-01-241-0/+3
* Import the following changes from libc.Paul Eggert2007-01-241-34/+49
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-2/+2
* * lib/memcasecmp.c: Include <limits.h>.Paul Eggert2006-07-051-10/+10
* * fnmatch.c (L_): Renamed from L, to work around a bug inPaul Eggert2006-01-271-110/+110
* Sync from coreutils.Paul Eggert2005-06-021-2/+2
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2004-08-071-22/+22
* * fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided.Paul Eggert2004-01-141-1/+1
* Merge fnmatch patches from glibc.Paul Eggert2004-01-141-8/+10
* Check for address arithmetic overflow.Paul Eggert2003-10-161-3/+10
* Remove K&R cruft.Paul Eggert2003-09-091-9/+2
* (NEW_PATTERN): Cast alloca return value to proper type.Paul Eggert2003-08-041-7/+8
* (WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead ofJim Meyering2002-06-261-2/+2
* from libcFILEUTILS-4_1_9Jim Meyering2002-06-261-0/+1189