log lib/regex_internal.h @ 6296:ac6a92dc851d

age author description
Sun, 25 Sep 2005 04:20:16 +0000 Paul Eggert * regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
Sat, 24 Sep 2005 23:01:17 +0000 Paul Eggert (__attribute): Define to nothing for GCC 2.
Fri, 23 Sep 2005 04:15:13 +0000 Paul Eggert Sync from coreutils.
Fri, 16 Sep 2005 00:23:36 +0000 Derek R. Price * regcomp.c, regexec.c, regex_internal.c: Back out previous
Thu, 15 Sep 2005 19:14:23 +0000 Derek R. Price * regex_internal.h: Blank `pure' for GNUC < 3.
Tue, 06 Sep 2005 17:50:47 +0000 Paul Eggert * regex_internal.h (bitset_not): Add parens to avoid gcc -Wall warning.
Tue, 06 Sep 2005 07:36:48 +0000 Paul Eggert Change bitset word type from unsigned int to unsigned long int,
Fri, 02 Sep 2005 22:54:59 +0000 Paul Eggert Check for arithmetic overflow when calculating sizes, to prevent
Thu, 01 Sep 2005 19:41:07 +0000 Paul Eggert Use bool where appropriate.
Wed, 31 Aug 2005 22:51:09 +0000 Paul Eggert On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Wed, 31 Aug 2005 19:38:13 +0000 Paul Eggert * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
Wed, 31 Aug 2005 18:08:34 +0000 Paul Eggert * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
Fri, 26 Aug 2005 21:47:51 +0000 Paul Eggert * config/srclist.text: Add glibc bug 1248.
Fri, 26 Aug 2005 06:08:46 +0000 Paul Eggert Fix typo: __LIBC -> _LIBC.
Fri, 26 Aug 2005 05:58:54 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1245.
Thu, 25 Aug 2005 20:39:57 +0000 Paul Eggert Make regex safe for g++. This fixes one real bug (an "err"
Wed, 24 Aug 2005 23:29:39 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1237.
Sat, 20 Aug 2005 07:42:15 +0000 Paul Eggert * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
Thu, 07 Jul 2005 08:08:39 +0000 Paul Eggert * modules/regex (Files): Add lib/regex_internal.c,