summaryrefslogtreecommitdiff
path: root/lib/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* regex: work with GCC7's -Werror=implicit-fallthrough=Paul Eggert2017-07-261-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* regex: fix integer-overflow bug in never-used codePaul Eggert2016-12-161-2/+4
* regex: make it closer to libcPaul Eggert2016-02-191-47/+47
* regex: merge patches from libcPaul Eggert2016-02-191-48/+27
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* Revert previous patch, as it did not fix the bug after all.Paul Eggert2015-09-191-1/+1
* regex: fix dangling-backreference bugPaul Eggert2015-09-191-1/+1
* regex: merge patches from libcPaul Eggert2015-09-191-3/+5
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* regex: adapt to locking regime instead of depending on pthreadPaul Eggert2013-05-291-4/+4
* regex: fix dfa race in multithreaded usesPaul Eggert2013-05-191-4/+0
* regex: rename remaining __attribute calls to __attribute__.Gary V. Vaughan2013-03-081-1/+1
* regex: fix buffer overrun in regexp matcherAndreas Schwab2013-01-291-7/+9
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* regex: revert single-byte changePaul Eggert2012-12-301-5/+1
* regex: check that pattern char is single-bytePaul Eggert2012-12-301-1/+5
* regex: implement rational rangesPaul Eggert2012-12-301-10/+2
* regex: merge glibc changesPaul Eggert2012-12-301-9/+10
* * lib/regexec.c (re_search_internal): Fix grammar in comment.Paul Eggert2012-10-161-1/+1
* maint: fix typos in comments and ChangeLogJim Meyering2012-05-291-1/+1
* regex: remove unnecessary type punningPaul Eggert2012-04-041-4/+4
* regex: re_search etc. should return -2 when memory exhaustedPaul Eggert2012-02-261-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* regex: spelling fixPaul Eggert2012-02-071-1/+1
* regex: merge glibc changesPaul Eggert2012-02-071-22/+25
* maint: spelling fixesPaul Eggert2012-02-051-4/+4
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-40/+40
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Support for old NeXTstep 3.3 gcc.Daniel Richard G2011-10-191-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* regex: don't infloop on persistent failing callocJim Meyering2010-12-281-0/+2
* regex: sync more white-space changes from libcJim Meyering2010-01-281-50/+50
* regex: add many uses of __attribute_warn_unused_result__Jim Meyering2010-01-281-21/+25
* regcomp, regexec, fnmatch: avoid array bounds read errorUlrich Drepper2010-01-041-3/+8
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* regex: fix glibc bug 697Paolo Bonzini2009-01-091-2/+7
* Avoid gcc warnings on cygwin.Eric Blake2008-12-221-0/+2
* Fix violation of <stdbool.h> replacement in regex.Eric Blake2008-05-151-3/+4
* Avoid HP-UX cc warning.Bruno Haible2007-03-251-2/+3
* * lib/regex.h (_Restrict_): Renamed from __restrict, to avoidPaul Eggert2007-01-291-5/+5
* Fix some incompatibilities with gcc -ansi -pedantic.Paul Eggert2006-11-271-1/+1
* * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrunPaul Eggert2006-06-051-2/+2
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-301/+366
* * regcomp.c, regexec.c, regex_internal.c: Back out previousDerek R. Price2005-09-161-13/+0
* * regex_internal.h: Blank `pure' for GNUC < 3.Derek R. Price2005-09-151-0/+13
* Change bitset word type from unsigned int to unsigned long int,Paul Eggert2005-09-061-35/+43
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-35/+45