log lib/regcomp.c @ 8073:eaa00773406b

age author description
Fri, 02 Feb 2007 22:15:43 +0000 Paul Eggert Avoid mempcpy in the regex code, as the string.h mempcpy stuff
Mon, 29 Jan 2007 00:37:14 +0000 Paul Eggert * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
Tue, 28 Nov 2006 08:35:51 +0000 Jim Meyering * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
Thu, 13 Apr 2006 22:14:12 +0000 Paul Eggert * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
Tue, 11 Apr 2006 05:13:09 +0000 Paul Eggert Fix space-tab problem. From Jim Meyering.
Mon, 10 Apr 2006 06:43:33 +0000 Paul Eggert Merge regex changes from libc, removing some of our
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 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 23:36:42 +0000 Paul Eggert * lib/regcomp.c (search_duplicated_node): Make first pointer arg
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 20:27:56 +0000 Paul Eggert * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
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
Thu, 25 Aug 2005 20:39:57 +0000 Paul Eggert Make regex safe for g++. This fixes one real bug (an "err"
Thu, 25 Aug 2005 05:08:59 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1240.
Wed, 24 Aug 2005 23:29:39 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1237.
Sun, 21 Aug 2005 00:29:47 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1224.
Sat, 20 Aug 2005 22:26:51 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1223.
Sat, 20 Aug 2005 07:42:15 +0000 Paul Eggert * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
Sat, 20 Aug 2005 00:02:22 +0000 Paul Eggert (duplicate_node): Return new index, not an error code,
Fri, 08 Jul 2005 17:57:01 +0000 Paul Eggert * config/srclist.txt: Comment out regcomp.c, since we have a porting fix
Thu, 07 Jul 2005 08:08:39 +0000 Paul Eggert * modules/regex (Files): Add lib/regex_internal.c,