Age | Commit message (Expand) | Author | Files | Lines |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -0/+2 |
2013-02-12 | Fix handling of collating symbols in regexps | Andreas Schwab | 1 | -45/+27 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-08-15 | Suppress regcomp.c warnings in 32-bit builds. | Roland McGrath | 1 | -2/+6 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-03 | Optimize regex a bit | Ulrich Drepper | 1 | -4/+32 |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | 1 | -5/+4 |
2010-10-12 | One more regex memory leak fixed. | Ulrich Drepper | 1 | -0/+2 |
2010-10-11 | More regex memory leak fixes and tests. | Ulrich Drepper | 1 | -3/+6 |
2010-10-11 | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 1 | -1/+9 |
2010-01-15 | One forgotten checkin from regex changes. | Ulrich Drepper | 1 | -2/+2 |
2010-01-15 | Fix a few more cases of ignored return values in regex. | Ulrich Drepper | 1 | -3/+9 |
2010-01-14 | regcomp.c: do not ignore memory allocation failure | Paul Eggert | 1 | -55/+57 |
2009-11-17 | Fix ranges with multibyte characters as endpoints. | Paolo Bonzini | 1 | -1/+1 |
2009-08-23 | Recognize ill-formed { } expressions in regcomp. | Ulrich Drepper | 1 | -1/+1 |
2009-01-08 | [BZ 9697] | Ulrich Drepper | 1 | -29/+50 |
2009-01-08 | * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc. | Ulrich Drepper | 1 | -2/+2 |
2008-05-15 | * string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735 | Ulrich Drepper | 1 | -26/+22 |
2007-12-14 | * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l. | Ulrich Drepper | 1 | -1/+1 |
2007-12-12 | * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/, | Ulrich Drepper | 1 | -1/+1 |
2007-10-12 | * posix/fnmatch_loop.c: Take rule index returned as part of | Ulrich Drepper | 1 | -3/+7 |
2007-09-24 | * posix/regcomp.c (lookup_collation_sequence_value): check that | Ulrich Drepper | 1 | -2/+3 |
2007-02-05 | [BZ #3957] | Ulrich Drepper | 1 | -6/+2 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -2/+6 |
2007-07-31 | . | Jakub Jelinek | 1 | -6/+2 |
2006-01-31 | * inet/rcmd.c (iruserfopen): Remove redundant initialization. | Roland McGrath | 1 | -3/+1 |
2005-10-15 | [BZ #1224] | Ulrich Drepper | 1 | -27/+8 |
2005-10-14 | [BZ #368] | Ulrich Drepper | 1 | -16/+21 |
2005-10-14 | [BZ #1373] | Ulrich Drepper | 1 | -19/+25 |
2005-10-13 | * posix/regcomp.c: Likewise. | Ulrich Drepper | 1 | -195/+77 |
2005-09-28 | [BZ #1302] | Ulrich Drepper | 1 | -48/+45 |
2005-09-23 | [BZ #281] | Ulrich Drepper | 1 | -5/+5 |
2005-09-07 | * posix/regex_internal.c (re_string_reconstruct): Avoid calling | Ulrich Drepper | 1 | -16/+23 |
2005-09-06 | * posix/regex_internal.h (re_sub_match_top_t): Remove unused member | Ulrich Drepper | 1 | -39/+37 |
2005-07-10 | 2005-06-27 Carlos O'Donell <carlos@systemhalted.org> | Ulrich Drepper | 1 | -2/+2 |
2005-05-06 | [BZ #934] | Ulrich Drepper | 1 | -0/+2 |
2005-03-19 | [BZ #779] | Ulrich Drepper | 1 | -5/+7 |
2005-02-22 | * posix/regcomp.c (lower_subexp): Do not optimize empty | Ulrich Drepper | 1 | -0/+5 |
2005-01-27 | [BZ #558] | Ulrich Drepper | 1 | -11/+29 |
2005-01-26 | [BZ #605, BZ #611] | Ulrich Drepper | 1 | -474/+442 |
2005-01-26 | [BZ #693] | Ulrich Drepper | 1 | -6/+16 |
2005-01-14 | Update. | Ulrich Drepper | 1 | -4/+4 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -679/+804 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -804/+679 |
2004-12-06 | (free_dfa_content, init_dfa): Remove references to re_dfa_t's subexps field. ... | Ulrich Drepper | 1 | -28/+6 |
2004-11-25 | Update. | Ulrich Drepper | 1 | -44/+35 |
2004-11-18 | [BZ #544] | Ulrich Drepper | 1 | -2/+103 |
2004-11-10 | Update. | Ulrich Drepper | 1 | -1/+3 |
2004-11-08 | Update. | Ulrich Drepper | 1 | -11/+69 |
2004-09-24 | * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove | Andreas Jaeger | 1 | -4/+4 |