about summary refs log tree commit diff
path: root/posix/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-161-2/+4
* regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer2018-07-101-23/+20
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-041-453/+483
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Avoid gcc warnings on cygwinEric Blake2017-12-221-0/+2
* regex: Fix spelling in comments.Arnold Robbins2017-12-191-4/+4
* Hide internal regex functions [BZ #18822]H.J. Lu2017-10-011-0/+2
* posix: Remove internal_function attributeFlorian Weimer2017-08-311-137/+72
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-14/+9
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-2/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-43/+23
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-091-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Move findidx nested functions to top-level.Roland McGrath2014-09-111-3/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+2
* Fix buffer overrun in regexp matcherAndreas Schwab2013-02-121-7/+9
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-301-1/+1
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-4/+6
* Fix infloop on persistent failing calloc in regex.Jim Meyering2010-12-271-0/+2
* Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-051-1/+1
* regexec.c: avoid overflow in realloc buffer length computationPaul Eggert2010-01-221-0/+4
* regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert2010-01-221-4/+15
* regexec.c: avoid overflow in computing sum of lengthsPaul Eggert2010-01-221-1/+1
* re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+7
* prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+5
* regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert2010-01-221-0/+7
* regexec.c: simplify re_search_2_stubPaul Eggert2010-01-221-7/+4
* Fix a few more cases of ignored return values in regex.Ulrich Drepper2010-01-151-75/+81
* [BZ 697] cvs/fedora-glibc-20090108T0952Ulrich Drepper2009-01-081-1/+6
* * posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper2007-10-121-5/+9
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-151-0/+45
* [BZ #1373]Ulrich Drepper2005-10-141-1/+1
* [BZ #1231]Ulrich Drepper2005-10-131-222/+98
* * posix/regexec.c (update_cur_sifted_state, check_arrival,Ulrich Drepper2005-09-301-3/+3
* [BZ #1302]Ulrich Drepper2005-09-281-45/+52
* [BZ #281]Ulrich Drepper2005-09-231-1/+1
* (update_cur_sifted_state): Likewise.Ulrich Drepper2005-09-071-69/+95
* (transit_state_bkref): Make DFA a const pointer.Ulrich Drepper2005-09-071-13/+14
* * posix/regexec.c (find_recover_state): Remove unnecessaryUlrich Drepper2005-09-071-1/+1
* * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.Ulrich Drepper2005-09-071-9/+13
* * posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper2005-09-071-32/+42
* * posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper2005-09-061-12/+33
* [BZ #934]Ulrich Drepper2005-05-061-1/+13
* * posix/regexec.c (check_node_accept_bytes): Correct cast to avoidUlrich Drepper2005-03-061-3/+3
* [BZ #558]Ulrich Drepper2005-01-271-15/+21