aboutsummaryrefslogtreecommitdiff
path: root/posix/regex_internal.c
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-21regex: copy back from GnulibPaul Eggert
2021-01-04posix: Sync regex code with gnulibAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-08-21Remove dead regex codePaul Eggert
2019-08-21Fix bad pointer / leak in regex codePaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert
2018-08-25regex: fix uninitialized memory accessPaul Eggert
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-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-06-05Fix regex wcrtomb namespace (bug 18496).Joseph Myers
2015-06-05Fix regex wctype namespace (bug 18495).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-08-01Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-28 [BZ #13637]Stanislav Brabec
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-30Fix up regcomp/regexecJakub Jelinek
2011-11-12Fix warnings in regexUlrich Drepper
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper
2010-01-22Simplify test in re_string_skip_chars.Ulrich Drepper
2010-01-22regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper
2010-01-22regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper
2010-01-22Extend overflow detection in re_dfa_add_node.Ulrich Drepper
2010-01-22regex: avoid internal re_realloc overflowUlrich Drepper
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper
2006-09-07[BZ #3155]Ulrich Drepper
2006-06-04* posix/regex_internal.c (re_string_skip_chars): If no character hasUlrich Drepper
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger
2005-10-15* posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper
2005-10-13[BZ #1248]Ulrich Drepper
2005-10-13[BZ #1231]Ulrich Drepper
2005-09-23[BZ #281]Ulrich Drepper
2005-09-07* posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper
2005-09-06* posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper
2005-07-05* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX notUlrich Drepper
2005-03-19[BZ #779]Ulrich Drepper
2005-03-06* posix/regexec.c (check_node_accept_bytes): Correct cast to avoidUlrich Drepper