aboutsummaryrefslogtreecommitdiff
path: root/posix/regex_internal.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-21regex: copy back from GnulibPaul Eggert1-1/+9
2021-01-04posix: Sync regex code with gnulibAdhemerval Zanella1-9/+10
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella1-9/+4
2019-08-21Remove dead regex codePaul Eggert1-1/+0
2019-08-21Fix bad pointer / leak in regex codePaul Eggert1-3/+7
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert1-73/+79
2018-08-25regex: fix uninitialized memory accessPaul Eggert1-2/+2
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella1-138/+157
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-22Avoid gcc warnings on cygwinEric Blake1-1/+1
2017-12-19regex: Fix spelling in comments.Arnold Robbins1-1/+1
2017-08-31posix: Remove internal_function attributeFlorian Weimer1-35/+24
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-06-05Fix regex wcrtomb namespace (bug 18496).Joseph Myers1-2/+2
2015-06-05Fix regex wctype namespace (bug 18495).Joseph Myers1-4/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-08-01Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-28 [BZ #13637]Stanislav Brabec1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-30Fix up regcomp/regexecJakub Jelinek1-1/+1
2011-11-12Fix warnings in regexUlrich Drepper1-2/+4
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper1-10/+14
2010-01-22Simplify test in re_string_skip_chars.Ulrich Drepper1-1/+1
2010-01-22regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper1-5/+7
2010-01-22regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper1-3/+1
2010-01-22Extend overflow detection in re_dfa_add_node.Ulrich Drepper1-2/+5
2010-01-22regex: avoid internal re_realloc overflowUlrich Drepper1-1/+8
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper1-51/+55
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper1-9/+9
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper1-5/+1
2006-09-07[BZ #3155]Ulrich Drepper1-20/+86
2006-06-04* posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper1-9/+17
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger1-3/+3
2005-10-15* posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper1-0/+9
2005-10-13[BZ #1248]Ulrich Drepper1-17/+38
2005-10-13[BZ #1231]Ulrich Drepper1-121/+48
2005-09-23[BZ #281]Ulrich Drepper1-1/+1
2005-09-07* posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper1-51/+69
2005-09-06* posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper1-37/+31
2005-07-05* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX notUlrich Drepper1-4/+4
2005-03-19[BZ #779]Ulrich Drepper1-11/+16
2005-03-06* posix/regexec.c (check_node_accept_bytes): Correct cast to avoidUlrich Drepper1-6/+9
2005-01-27[BZ #558]Ulrich Drepper1-7/+2