aboutsummaryrefslogtreecommitdiff
path: root/posix/fnmatch_loop.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31posix: Remove internal_function attributeFlorian Weimer1-8/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-8/+2
2015-03-02Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov1-1/+6
2015-02-26Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab1-3/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-25fnmatch: work around GCC compiler warning bug with uninit varPaul Eggert1-4/+9
2014-09-11Move findidx nested functions to top-level.Roland McGrath1-11/+6
2014-06-26Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar1-13/+14
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab1-10/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-3/+3
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab1-2/+2
2011-02-04Fix some warning nits.Roland McGrath1-2/+2
2011-01-14FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper1-3/+10
2010-11-12Fix memory leak in fnmatchAndreas Schwab1-5/+3
2010-08-09Avoid too much stack use in fnmatch.Ulrich Drepper1-48/+84
2007-10-12* posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper1-4/+9
2007-04-01* posix/fnmatch.c (STRUCT): Define.Ulrich Drepper1-25/+57
2005-10-14[BZ #368]Ulrich Drepper1-33/+45
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-45/+33
2007-07-122.5-18.1Jakub Jelinek1-33/+45
2004-12-01* posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval afterRoland McGrath1-0/+3
2004-09-02[BZ #361]Ulrich Drepper1-3/+2
2003-06-13Update.Ulrich Drepper1-3/+3
2003-03-16* posix/fnmatch_loop.c: Add casts for signedness.Roland McGrath1-4/+7
2001-10-27Update.Ulrich Drepper1-1/+2
2001-08-10Update.Ulrich Drepper1-1/+1
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-10/+10
2001-04-05Update.Ulrich Drepper1-0/+1
2001-03-28Update.Ulrich Drepper1-2/+2
2001-03-16Update.Ulrich Drepper1-0/+2
2001-03-15Update.Ulrich Drepper1-21/+18
2001-03-15Update.Ulrich Drepper1-45/+327
2001-02-22Update.Ulrich Drepper1-1/+1
2001-02-01Update.Ulrich Drepper1-1/+1
2001-01-31Update.Ulrich Drepper1-7/+0
2001-01-22Indentation fix.Ulrich Drepper1-1/+1
2001-01-12* posix/fnmatch_loop.c (FCT): Remove signed warnings. Andreas Jaeger1-3/+3
2000-10-21Update.Ulrich Drepper1-11/+4
2000-09-01Update.Ulrich Drepper1-130/+23
2000-08-29Update.Ulrich Drepper1-29/+80
2000-08-02Update.Ulrich Drepper1-22/+28
2000-07-26Fixes for use outside glibc.Ulrich Drepper1-2/+3
2000-07-05Update.Ulrich Drepper1-58/+416