aboutsummaryrefslogtreecommitdiff
path: root/posix/regcomp.c
AgeCommit message (Expand)AuthorFilesLines
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-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-2/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-19/+8
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers1-3/+3
2015-06-05Fix regex wctype namespace (bug 18495).Joseph Myers1-2/+2
2015-03-10Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath1-32/+32
2015-01-07posix/regcomp: initialize union structure tag to avoid warningChris Metcalf1-0/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-11Move findidx nested functions to top-level.Roland McGrath1-4/+6
2014-07-13regex: don't deref NULL upon heap allocation failureJim Meyering1-0/+2
2014-06-20Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab1-1/+5
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab1-3/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+2
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab1-45/+27
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-15Suppress regcomp.c warnings in 32-bit builds.Roland McGrath1-2/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-03Optimize regex a bitUlrich Drepper1-4/+32
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab1-5/+4
2010-10-12One more regex memory leak fixed.Ulrich Drepper1-0/+2
2010-10-11More regex memory leak fixes and tests.Ulrich Drepper1-3/+6
2010-10-11Fix memory leak for some invalid regular expressions.Ulrich Drepper1-1/+9
2010-01-15One forgotten checkin from regex changes.Ulrich Drepper1-2/+2
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper1-3/+9
2010-01-14regcomp.c: do not ignore memory allocation failurePaul Eggert1-55/+57
2009-11-17Fix ranges with multibyte characters as endpoints.Paolo Bonzini1-1/+1
2009-08-23Recognize ill-formed { } expressions in regcomp.Ulrich Drepper1-1/+1
2009-01-08[BZ 9697]Ulrich Drepper1-29/+50
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper1-2/+2
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper1-26/+22
2007-12-14* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper1-1/+1
2007-12-12* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,Ulrich Drepper1-1/+1
2007-10-12* posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper1-3/+7
2007-09-24* posix/regcomp.c (lookup_collation_sequence_value): check thatUlrich Drepper1-2/+3
2007-02-05[BZ #3957]Ulrich Drepper1-6/+2
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-2/+6
2007-07-31.Jakub Jelinek1-6/+2
2006-01-31* inet/rcmd.c (iruserfopen): Remove redundant initialization.Roland McGrath1-3/+1
2005-10-15[BZ #1224]Ulrich Drepper1-27/+8
2005-10-14[BZ #368]Ulrich Drepper1-16/+21
2005-10-14[BZ #1373]Ulrich Drepper1-19/+25
2005-10-13* posix/regcomp.c: Likewise.Ulrich Drepper1-195/+77
2005-09-28[BZ #1302]Ulrich Drepper1-48/+45
2005-09-23[BZ #281]Ulrich Drepper1-5/+5
2005-09-07* posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper1-16/+23
2005-09-06* posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper1-39/+37
2005-07-102005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper1-2/+2
2005-05-06[BZ #934]Ulrich Drepper1-0/+2