| Commit message (Expand) | Author | Age | Files | Lines |
* | regex: use locale-independent comparison for codeset name | Paul Eggert | 2012-06-26 | 1 | -2/+4 |
* | regex: avoid warning when pointers are not long | Paul Eggert | 2012-06-17 | 1 | -2/+5 |
* | regex: don't assume uint64_t or uint32_t | Paul Eggert | 2012-05-26 | 1 | -6/+10 |
* | regex: remove unnecessary type punning | Paul Eggert | 2012-04-04 | 1 | -13/+13 |
* | regex: pacify GCC when compiling GRUB | Paul Eggert | 2012-03-30 | 1 | -1/+1 |
* | regex: diagnose too-large repeat counts in EREs | Paul Eggert | 2012-03-16 | 1 | -2/+10 |
* | maint: replace FSF snail-mail addresses with URLs | Paul Eggert | 2012-02-09 | 1 | -2/+1 |
* | regex: merge glibc changes | Paul Eggert | 2012-02-07 | 1 | -20/+67 |
* | maint: spelling fixes | Paul Eggert | 2012-02-05 | 1 | -11/+11 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -18/+18 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -2/+1 |
* | regcomp.c: make non-_LIBC implementation of build_range_exp consistent | Jim Meyering | 2010-03-20 | 1 | -7/+15 |
* | regcomp.c: avoid the sole warning from gcc's -Wtype-limits | Jim Meyering | 2010-02-03 | 1 | -1/+5 |
* | regcomp.c: avoid a new -Wshadow warning | Jim Meyering | 2010-02-03 | 1 | -5/+4 |
* | regcomp.c: spelling and merge-artifact from glibc | Jim Meyering | 2010-01-28 | 1 | -4/+3 |
* | regcomp.c: sync white-space changes from glibc | Jim Meyering | 2010-01-28 | 1 | -46/+46 |
* | regcomp.c: do not ignore internal return values | Jim Meyering | 2010-01-28 | 1 | -3/+9 |
* | regcomp, regexec, fnmatch: avoid array bounds read error | Ulrich Drepper | 2010-01-04 | 1 | -3/+7 |
* | regcomp: skip collseq lookup when there are no rules | Ulrich Drepper | 2010-01-04 | 1 | -2/+3 |
* | regcomp: recognize ill-formed { } expressions | Ulrich Drepper | 2010-01-04 | 1 | -1/+2 |
* | regcomp: fix typo in comment | Jim Meyering | 2010-01-04 | 1 | -1/+1 |
* | regcomp: sync from glibc: remove dead store | Jim Meyering | 2010-01-04 | 1 | -1/+0 |
* | regcomp: sync from glibc; always use nl_langinfo | Jim Meyering | 2010-01-04 | 1 | -1/+6 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -2/+2 |
* | regex: Fix fastmap for multibyte character ranges. | Paolo Bonzini | 2009-11-25 | 1 | -1/+1 |
* | regex: fix glibc bug 9697 | Paolo Bonzini | 2009-01-09 | 1 | -27/+47 |
* | regex: replace mbrtowc with __mbrtowc. | Paolo Bonzini | 2009-01-09 | 1 | -3/+4 |
* | Fix violation of <stdbool.h> replacement in regex. | Eric Blake | 2008-05-15 | 1 | -2/+2 |
* | optimize double anchors such as ^$ | Paolo Bonzini | 2008-05-15 | 1 | -25/+23 |
* | Fix a 4-year-old used-uninitialized bug in regcomp.c. | Jim Meyering | 2007-12-01 | 1 | -1/+1 |
* | Fix regex code so it doesn't rely on strcasecmp. | Paul Eggert | 2007-02-15 | 1 | -19/+1 |
* | 2007-02-05 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2007-02-05 | 1 | -6/+2 |
* | Avoid mempcpy in the regex code, as the string.h mempcpy stuff | Paul Eggert | 2007-02-02 | 1 | -8/+4 |
* | * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid | Paul Eggert | 2007-01-29 | 1 | -6/+6 |
* | * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid | Jim Meyering | 2006-11-28 | 1 | -7/+7 |
* | * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N | Paul Eggert | 2006-04-13 | 1 | -4/+6 |
* | Fix space-tab problem. From Jim Meyering. | Paul Eggert | 2006-04-11 | 1 | -2/+2 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -275/+352 |
* | * regcomp.c, regexec.c, regex_internal.c: Back out previous | Derek R. Price | 2005-09-16 | 1 | -13/+0 |
* | * regex_internal.h: Blank `pure' for GNUC < 3. | Derek R. Price | 2005-09-15 | 1 | -0/+13 |
* | Change bitset word type from unsigned int to unsigned long int, | Paul Eggert | 2005-09-06 | 1 | -44/+59 |
* | Check for arithmetic overflow when calculating sizes, to prevent | Paul Eggert | 2005-09-02 | 1 | -29/+23 |
* | Use bool where appropriate. | Paul Eggert | 2005-09-01 | 1 | -48/+54 |
* | * lib/regcomp.c (search_duplicated_node): Make first pointer arg | Paul Eggert | 2005-08-31 | 1 | -2/+2 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -114/+125 |
* | * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]: | Paul Eggert | 2005-08-31 | 1 | -17/+8 |
* | * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char): | Paul Eggert | 2005-08-31 | 1 | -10/+12 |
* | * lib/regex_internal.h (re_sub_match_top_t): Remove unused member | Paul Eggert | 2005-08-31 | 1 | -2/+0 |
* | Make regex safe for g++. This fixes one real bug (an "err" | Paul Eggert | 2005-08-25 | 1 | -7/+8 |