about summary refs log tree commit diff
path: root/posix/regex_internal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* regex: copy back from GnulibPaul Eggert2021-09-211-1/+9
* posix: Sync regex code with gnulibAdhemerval Zanella2021-01-041-9/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-061-9/+4
* Remove dead regex codePaul Eggert2019-08-211-1/+0
* Fix bad pointer / leak in regex codePaul Eggert2019-08-211-3/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-141-73/+79
* regex: fix uninitialized memory accessPaul Eggert2018-08-251-2/+2
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-041-138/+157
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Avoid gcc warnings on cygwinEric Blake2017-12-221-1/+1
* regex: Fix spelling in comments.Arnold Robbins2017-12-191-1/+1
* posix: Remove internal_function attributeFlorian Weimer2017-08-311-35/+24
* 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
* Fix regex wcrtomb namespace (bug 18496).Joseph Myers2015-06-051-2/+2
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-051-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar2014-08-011-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* [BZ #13637]Stanislav Brabec2012-02-281-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix up regcomp/regexecJakub Jelinek2011-12-301-1/+1
* Fix warnings in regexUlrich Drepper2011-11-121-2/+4
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-10/+14
* Simplify test in re_string_skip_chars.Ulrich Drepper2010-01-221-1/+1
* regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper2010-01-221-5/+7
* regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper2010-01-221-3/+1
* Extend overflow detection in re_dfa_add_node.Ulrich Drepper2010-01-221-2/+5
* regex: avoid internal re_realloc overflowUlrich Drepper2010-01-221-1/+8
* Fix a few more cases of ignored return values in regex.Ulrich Drepper2010-01-151-51/+55
* * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper2009-01-081-9/+9
* * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-151-5/+1
* [BZ #3155]Ulrich Drepper2006-09-071-20/+86
* * posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper2006-06-041-9/+17
* [BZ #1950, BZ #2153]Andreas Jaeger2006-01-151-3/+3
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-151-0/+9
* [BZ #1248]Ulrich Drepper2005-10-131-17/+38
* [BZ #1231]Ulrich Drepper2005-10-131-121/+48
* [BZ #281]Ulrich Drepper2005-09-231-1/+1
* * posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper2005-09-071-51/+69
* * posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper2005-09-061-37/+31
* * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX notUlrich Drepper2005-07-051-4/+4
* [BZ #779]Ulrich Drepper2005-03-191-11/+16