| Commit message (Expand) | Author | Age | Files | Lines |
* | regex: do not ignore memory allocation failure | Jim Meyering | 2010-01-28 | 1 | -1/+3 |
* | regex: sync more white-space changes from libc | Jim Meyering | 2010-01-28 | 1 | -28/+28 |
* | regex: add many uses of __attribute_warn_unused_result__ | Jim Meyering | 2010-01-28 | 1 | -18/+19 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -2/+2 |
* | regex: replace mbrtowc with __mbrtowc. | Paolo Bonzini | 2009-01-09 | 1 | -11/+11 |
* | Avoid gcc warnings on cygwin. | Eric Blake | 2008-12-22 | 1 | -2/+2 |
* | optimize double anchors such as ^$ | Paolo Bonzini | 2008-05-15 | 1 | -5/+1 |
* | * lib/regex_internal.c (re_string_reconstruct): Remove declaration | Jim Meyering | 2007-01-27 | 1 | -4/+3 |
* | * lib/regex_internal.c (re_string_reconstruct): Handle | Paul Eggert | 2006-09-21 | 1 | -21/+87 |
* | Avoid a warning about an unused variable. | Jim Meyering | 2006-09-15 | 1 | -1/+3 |
* | * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits | Paul Eggert | 2006-08-11 | 1 | -3/+6 |
* | Import the following changes from libc: | Paul Eggert | 2006-08-10 | 1 | -9/+17 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -132/+139 |
* | * 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 | -1/+1 |
* | Check for arithmetic overflow when calculating sizes, to prevent | Paul Eggert | 2005-09-02 | 1 | -20/+31 |
* | * regex_internal.c (re_string_context_at): Fix bug where the | Paul Eggert | 2005-09-01 | 1 | -2/+2 |
* | * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability | Paul Eggert | 2005-09-01 | 1 | -7/+7 |
* | Use bool where appropriate. | Paul Eggert | 2005-09-01 | 1 | -26/+25 |
* | * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer | Paul Eggert | 2005-09-01 | 1 | -2/+5 |
* | * lib/regcomp.c (search_duplicated_node): Make first pointer arg | Paul Eggert | 2005-08-31 | 1 | -5/+6 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -98/+102 |
* | * config/srclist.text: Add glibc bug 1248. | Paul Eggert | 2005-08-26 | 1 | -4/+4 |
* | Make regex safe for g++. This fixes one real bug (an "err" | Paul Eggert | 2005-08-25 | 1 | -4/+4 |
* | * config/srclist.txt: Add glibc bug 1237. | Paul Eggert | 2005-08-24 | 1 | -5/+5 |
* | * config/srclist.txt: Add glibc bug 1231. | Paul Eggert | 2005-08-23 | 1 | -8/+0 |
* | * config/srclist.txt: Add glibc bug 1226. | Paul Eggert | 2005-08-21 | 1 | -2/+2 |
* | * config/srclist.txt: Add glibc bugs 1220, 1221, 1222. | Paul Eggert | 2005-08-20 | 1 | -111/+76 |
* | (re_acquire_state, re_acquire_state_context) [defined lint]: | Paul Eggert | 2005-08-20 | 1 | -0/+8 |
* | (re_string_realloc_buffers, re_node_set_insert): | Paul Eggert | 2005-08-19 | 1 | -21/+21 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -0/+1673 |