aboutsummaryrefslogtreecommitdiff
path: root/posix/regexec.c
AgeCommit message (Expand)Author
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-31regex: fix read overrun [BZ #24114]Paul Eggert
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-27regex: simplify Gnulib portPaul Eggert
2018-12-16regex: fix storage-exhaustion errorPaul Eggert
2018-12-16regex: fix heap-use-after-free errorAssaf Gordon
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert
2018-07-10regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22Avoid gcc warnings on cygwinEric Blake
2017-12-19regex: Fix spelling in comments.Arnold Robbins
2017-10-01Hide internal regex functions [BZ #18822]H.J. Lu
2017-08-31posix: Remove internal_function attributeFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-11Move findidx nested functions to top-level.Roland McGrath
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper
2010-12-27Fix infloop on persistent failing calloc in regex.Jim Meyering
2010-05-05Fix lookup of collation sequence value during regexp matchingAndreas Schwab
2010-01-22regexec.c: avoid overflow in realloc buffer length computationPaul Eggert
2010-01-22regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert
2010-01-22regexec.c: avoid overflow in computing sum of lengthsPaul Eggert
2010-01-22re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert
2010-01-22prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert
2010-01-22regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert
2010-01-22regexec.c: simplify re_search_2_stubPaul Eggert
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper
2009-01-08[BZ 697]cvs/fedora-glibc-20090108T0952Ulrich Drepper
2007-10-12* posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper
2005-10-15* posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper
2005-10-14[BZ #1373]Ulrich Drepper
2005-10-13[BZ #1231]Ulrich Drepper
2005-09-30* posix/regexec.c (update_cur_sifted_state, check_arrival,Ulrich Drepper
2005-09-28[BZ #1302]Ulrich Drepper