about summary refs log tree commit diff
path: root/posix/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-19/+8
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-091-3/+3
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-051-2/+2
* Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath2015-03-101-32/+32
* posix/regcomp: initialize union structure tag to avoid warningChris Metcalf2015-01-071-0/+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-4/+6
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-131-0/+2
* Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-201-1/+5
* Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-191-3/+10
* 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 handling of collating symbols in regexpsAndreas Schwab2013-02-121-45/+27
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Suppress regcomp.c warnings in 32-bit builds.Roland McGrath2012-08-151-2/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Optimize regex a bitUlrich Drepper2012-01-031-4/+32
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-301-5/+4
* One more regex memory leak fixed.Ulrich Drepper2010-10-121-0/+2
* More regex memory leak fixes and tests.Ulrich Drepper2010-10-111-3/+6
* Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-10-111-1/+9
* One forgotten checkin from regex changes.Ulrich Drepper2010-01-151-2/+2
* Fix a few more cases of ignored return values in regex.Ulrich Drepper2010-01-151-3/+9
* regcomp.c: do not ignore memory allocation failurePaul Eggert2010-01-141-55/+57
* Fix ranges with multibyte characters as endpoints.Paolo Bonzini2009-11-171-1/+1
* Recognize ill-formed { } expressions in regcomp.Ulrich Drepper2009-08-231-1/+1
* [BZ 9697]Ulrich Drepper2009-01-081-29/+50
* * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper2009-01-081-2/+2
* * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-151-26/+22
* * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper2007-12-141-1/+1
* * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,Ulrich Drepper2007-12-121-1/+1
* * posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper2007-10-121-3/+7
* * posix/regcomp.c (lookup_collation_sequence_value): check thatUlrich Drepper2007-09-241-2/+3
* [BZ #3957]Ulrich Drepper2007-02-051-6/+2
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-2/+6
* .Jakub Jelinek2007-07-311-6/+2
* * inet/rcmd.c (iruserfopen): Remove redundant initialization.Roland McGrath2006-01-311-3/+1
* [BZ #1224]Ulrich Drepper2005-10-151-27/+8
* [BZ #368]Ulrich Drepper2005-10-141-16/+21
* [BZ #1373]Ulrich Drepper2005-10-141-19/+25
* * posix/regcomp.c: Likewise.Ulrich Drepper2005-10-131-195/+77
* [BZ #1302]Ulrich Drepper2005-09-281-48/+45
* [BZ #281]Ulrich Drepper2005-09-231-5/+5
* * posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper2005-09-071-16/+23
* * posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper2005-09-061-39/+37
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-101-2/+2
* [BZ #934]Ulrich Drepper2005-05-061-0/+2
* [BZ #779]Ulrich Drepper2005-03-191-5/+7
* * posix/regcomp.c (lower_subexp): Do not optimize emptyUlrich Drepper2005-02-221-0/+5