summaryrefslogtreecommitdiff
path: root/lib/regex_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-122/+73
* * regex_internal.h (BITSET_WORD_BITS):Paul Eggert2006-01-101-1/+5
* * regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):Paul Eggert2005-09-251-16/+1
* (__attribute): Define to nothing for GCC 2.Paul Eggert2005-09-241-1/+1
* Sync from coreutils.Paul Eggert2005-09-231-0/+4
* * regcomp.c, regexec.c, regex_internal.c: Back out previousDerek R. Price2005-09-161-0/+13
* * regex_internal.h: Blank `pure' for GNUC < 3.Derek R. Price2005-09-151-0/+1
* * regex_internal.h (bitset_not): Add parens to avoid gcc -Wall warning.Paul Eggert2005-09-061-1/+1
* Change bitset word type from unsigned int to unsigned long int,Paul Eggert2005-09-061-32/+94
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-0/+60
* Use bool where appropriate.Paul Eggert2005-09-011-1/+2
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-62/+87
* * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):Paul Eggert2005-08-311-6/+4
* * lib/regex_internal.h (re_sub_match_top_t): Remove unused memberPaul Eggert2005-08-311-2/+0
* * config/srclist.text: Add glibc bug 1248.Paul Eggert2005-08-261-65/+5
* Fix typo: __LIBC -> _LIBC.Paul Eggert2005-08-261-1/+1
* * config/srclist.txt: Add glibc bug 1245.Paul Eggert2005-08-261-0/+15
* Make regex safe for g++. This fixes one real bug (an "err"Paul Eggert2005-08-251-1/+3
* * config/srclist.txt: Add glibc bug 1237.Paul Eggert2005-08-241-3/+3
* * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.Paul Eggert2005-08-201-6/+5
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-0/+808