| Commit message (Expand) | Author | Age | Files | Lines |
* | Add and change modules to make it easier for coreutils to use | Paul Eggert | 2006-08-21 | 1 | -3/+1 |
* | * regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89 | Eric Blake | 2006-07-29 | 1 | -1/+2 |
* | * lib/.cppi-disable: Add wcwidth. | Paul Eggert | 2006-07-06 | 1 | -1/+1 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -122/+73 |
* | * regex_internal.h (BITSET_WORD_BITS): | Paul Eggert | 2006-01-10 | 1 | -1/+5 |
* | * regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure): | Paul Eggert | 2005-09-25 | 1 | -16/+1 |
* | (__attribute): Define to nothing for GCC 2. | Paul Eggert | 2005-09-24 | 1 | -1/+1 |
* | Sync from coreutils. | Paul Eggert | 2005-09-23 | 1 | -0/+4 |
* | * regcomp.c, regexec.c, regex_internal.c: Back out previous | Derek R. Price | 2005-09-16 | 1 | -0/+13 |
* | * regex_internal.h: Blank `pure' for GNUC < 3. | Derek R. Price | 2005-09-15 | 1 | -0/+1 |
* | * regex_internal.h (bitset_not): Add parens to avoid gcc -Wall warning. | Paul Eggert | 2005-09-06 | 1 | -1/+1 |
* | Change bitset word type from unsigned int to unsigned long int, | Paul Eggert | 2005-09-06 | 1 | -32/+94 |
* | Check for arithmetic overflow when calculating sizes, to prevent | Paul Eggert | 2005-09-02 | 1 | -0/+60 |
* | Use bool where appropriate. | Paul Eggert | 2005-09-01 | 1 | -1/+2 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -62/+87 |
* | * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char): | Paul Eggert | 2005-08-31 | 1 | -6/+4 |
* | * lib/regex_internal.h (re_sub_match_top_t): Remove unused member | Paul Eggert | 2005-08-31 | 1 | -2/+0 |
* | * config/srclist.text: Add glibc bug 1248. | Paul Eggert | 2005-08-26 | 1 | -65/+5 |
* | Fix typo: __LIBC -> _LIBC. | Paul Eggert | 2005-08-26 | 1 | -1/+1 |
* | * config/srclist.txt: Add glibc bug 1245. | Paul Eggert | 2005-08-26 | 1 | -0/+15 |
* | Make regex safe for g++. This fixes one real bug (an "err" | Paul Eggert | 2005-08-25 | 1 | -1/+3 |
* | * config/srclist.txt: Add glibc bug 1237. | Paul Eggert | 2005-08-24 | 1 | -3/+3 |
* | * config/srclist.txt: Add glibc bugs 1220, 1221, 1222. | Paul Eggert | 2005-08-20 | 1 | -6/+5 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -0/+808 |