summaryrefslogtreecommitdiff
path: root/lib/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by codespell.Tim Rühsen2019-01-121-1/+1
* autoupdatePaul Eggert2018-12-311-1/+1
* autoupdatePaul Eggert2018-12-271-3/+3
* autoupdatePaul Eggert2018-12-161-0/+3
* autoupdatePaul Eggert2018-10-141-178/+185
* autoupdatePaul Eggert2018-07-131-23/+20
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* regex: use re_malloc etc. consistentlyPaul Eggert2017-12-191-10/+9
* regex: merge from glibcPaul Eggert2017-11-201-137/+72
* 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