| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * config/srclist.txt: Add glibc bug 1240. | Paul Eggert | 2005-08-25 | 1 | -1/+2 |
* | * config/srclist.txt: Add glibc bug 1237. | Paul Eggert | 2005-08-24 | 1 | -134/+134 |
* | * config/srclist.txt: Add glibc bug 1224. | Paul Eggert | 2005-08-21 | 1 | -26/+0 |
* | * config/srclist.txt: Add glibc bug 1223. | Paul Eggert | 2005-08-20 | 1 | -1/+0 |
* | * config/srclist.txt: Add glibc bugs 1220, 1221, 1222. | Paul Eggert | 2005-08-20 | 1 | -221/+83 |
* | (duplicate_node): Return new index, not an error code, | Paul Eggert | 2005-08-20 | 1 | -31/+30 |
* | * config/srclist.txt: Comment out regcomp.c, since we have a porting fix | Paul Eggert | 2005-07-08 | 1 | -3/+4 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -0/+3925 |