* regex_internal.h (BITSET_WORD_BITS):
[gnulib.git] / lib / regex_internal.h
2006-01-10 Paul Eggert* regex_internal.h (BITSET_WORD_BITS):
2005-09-25 Paul Eggert* regex_internal.h (__GNUC_PREREQ, always_inline, inlin...
2005-09-24 Paul Eggert(__attribute): Define to nothing for GCC 2.
2005-09-23 Paul EggertSync from coreutils.
2005-09-16 Derek R. Price* regcomp.c, regexec.c, regex_internal.c: Back out...
2005-09-15 Derek R. Price* regex_internal.h: Blank `pure' for GNUC < 3.
2005-09-06 Paul Eggert* regex_internal.h (bitset_not): Add parens to avoid...
2005-09-06 Paul EggertChange bitset word type from unsigned int to unsigned...
2005-09-02 Paul EggertCheck for arithmetic overflow when calculating sizes...
2005-09-01 Paul EggertUse bool where appropriate.
2005-08-31 Paul EggertOn 64-bit hosts (where size_t is 64 bits and int is...
2005-08-31 Paul Eggert* lib/regcomp.c (re_compile_fastmap_iter, init_dfa...
2005-08-31 Paul Eggert* lib/regex_internal.h (re_sub_match_top_t): Remove...
2005-08-26 Paul Eggert* config/srclist.text: Add glibc bug 1248.
2005-08-26 Paul EggertFix typo: __LIBC -> _LIBC.
2005-08-26 Paul Eggert* config/srclist.txt: Add glibc bug 1245.
2005-08-25 Paul EggertMake regex safe for g++. This fixes one real bug ...
2005-08-24 Paul Eggert* config/srclist.txt: Add glibc bug 1237.
2005-08-20 Paul Eggert* config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
2005-07-07 Paul Eggert* modules/regex (Files): Add lib/regex_internal.c,