| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix violation of <stdbool.h> replacement in regex. | Eric Blake | 2008-05-15 | 1 | -3/+4 |
* | Avoid HP-UX cc warning. | Bruno Haible | 2007-03-25 | 1 | -2/+3 |
* | * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid | Paul Eggert | 2007-01-29 | 1 | -5/+5 |
* | Fix some incompatibilities with gcc -ansi -pedantic. | Paul Eggert | 2006-11-27 | 1 | -1/+1 |
* | * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun | Paul Eggert | 2006-06-05 | 1 | -2/+2 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -301/+366 |
* | * 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 | -35/+43 |
* | Check for arithmetic overflow when calculating sizes, to prevent | Paul Eggert | 2005-09-02 | 1 | -35/+45 |
* | Use bool where appropriate. | Paul Eggert | 2005-09-01 | 1 | -93/+98 |
* | * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer | Paul Eggert | 2005-09-01 | 1 | -26/+38 |
* | * lib/regcomp.c (search_duplicated_node): Make first pointer arg | Paul Eggert | 2005-08-31 | 1 | -10/+12 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -288/+314 |
* | * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]: | Paul Eggert | 2005-08-31 | 1 | -9/+4 |
* | * lib/regexec.c (re_search_internal): Simplify update of | Paul Eggert | 2005-08-31 | 1 | -8/+8 |
* | * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char): | Paul Eggert | 2005-08-31 | 1 | -6/+9 |
* | * config/srclist.txt: Add glibc bug 1245. | Paul Eggert | 2005-08-26 | 1 | -5/+23 |
* | Make regex safe for g++. This fixes one real bug (an "err" | Paul Eggert | 2005-08-25 | 1 | -19/+16 |
* | * config/srclist.txt: Add glibc bug 1237. | Paul Eggert | 2005-08-24 | 1 | -67/+70 |
* | * config/srclist.txt: Add glibc bug 1231. | Paul Eggert | 2005-08-23 | 1 | -17/+1 |
* | * config/srclist.txt: Add glibc bug 1227. | Paul Eggert | 2005-08-21 | 1 | -3/+3 |
* | * config/srclist.txt: Add glibc bug 1225. | Paul Eggert | 2005-08-21 | 1 | -0/+4 |
* | * config/srclist.txt: Add glibc bugs 1220, 1221, 1222. | Paul Eggert | 2005-08-20 | 1 | -252/+180 |
* | (proceed_next_node): Redo local variables to avoid GCC shadowing warnings. | Paul Eggert | 2005-08-19 | 1 | -3/+3 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -0/+4338 |