log lib/regcomp.c @ 17273:7be3e941fb5b

age author description
Sat, 05 Jan 2013 12:06:52 -0800 Paul Eggert regex: conform to strict C
Tue, 01 Jan 2013 16:27:46 -0800 Paul Eggert regex: omit needless signed-pointer casts
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sat, 29 Dec 2012 23:31:08 -0800 Paul Eggert regex: implement rational ranges
Sat, 29 Dec 2012 22:52:17 -0800 Paul Eggert regex: port to C89
Sat, 29 Dec 2012 21:10:29 -0800 Paul Eggert regex: merge glibc changes
Tue, 26 Jun 2012 15:16:07 -0700 Paul Eggert regex: use locale-independent comparison for codeset name
Sun, 17 Jun 2012 09:55:15 -0700 Paul Eggert regex: avoid warning when pointers are not long
Sat, 26 May 2012 23:48:00 -0700 Paul Eggert regex: don't assume uint64_t or uint32_t
Wed, 04 Apr 2012 00:56:15 -0700 Paul Eggert regex: remove unnecessary type punning
Fri, 30 Mar 2012 15:24:06 -0700 Paul Eggert regex: pacify GCC when compiling GRUB
Fri, 16 Mar 2012 14:17:55 -0700 Paul Eggert regex: diagnose too-large repeat counts in EREs
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Tue, 07 Feb 2012 22:47:01 -0800 Paul Eggert regex: merge glibc changes
Sun, 05 Feb 2012 13:42:03 -0800 Paul Eggert maint: spelling fixes
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 19 Mar 2010 21:26:36 +0100 Jim Meyering regcomp.c: make non-_LIBC implementation of build_range_exp consistent
Wed, 03 Feb 2010 18:01:36 +0100 Jim Meyering regcomp.c: avoid the sole warning from gcc's -Wtype-limits
Wed, 03 Feb 2010 17:15:03 +0100 Jim Meyering regcomp.c: avoid a new -Wshadow warning
Tue, 19 Jan 2010 09:23:51 +0100 Jim Meyering regcomp.c: spelling and merge-artifact from glibc
Tue, 19 Jan 2010 09:22:30 +0100 Jim Meyering regcomp.c: sync white-space changes from glibc
Tue, 19 Jan 2010 09:18:19 +0100 Jim Meyering regcomp.c: do not ignore internal return values
Mon, 04 Jan 2010 11:18:51 +0100 Ulrich Drepper regcomp, regexec, fnmatch: avoid array bounds read error
Mon, 04 Jan 2010 10:59:51 +0100 Ulrich Drepper regcomp: skip collseq lookup when there are no rules
Mon, 04 Jan 2010 10:51:34 +0100 Ulrich Drepper regcomp: recognize ill-formed { } expressions
Mon, 04 Jan 2010 10:47:58 +0100 Jim Meyering regcomp: fix typo in comment
Mon, 04 Jan 2010 09:09:22 +0100 Jim Meyering regcomp: sync from glibc: remove dead store
Mon, 04 Jan 2010 09:07:52 +0100 Jim Meyering regcomp: sync from glibc; always use nl_langinfo
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Wed, 25 Nov 2009 11:41:09 +0100 Paolo Bonzini regex: Fix fastmap for multibyte character ranges.
Fri, 09 Jan 2009 09:10:36 +0100 Paolo Bonzini regex: fix glibc bug 9697
Fri, 09 Jan 2009 09:00:58 +0100 Paolo Bonzini regex: replace mbrtowc with __mbrtowc.
Thu, 15 May 2008 14:37:29 -0600 Eric Blake Fix violation of <stdbool.h> replacement in regex.
Thu, 15 May 2008 08:50:06 +0200 Paolo Bonzini optimize double anchors such as ^$
Sat, 01 Dec 2007 15:34:41 +0100 Jim Meyering Fix a 4-year-old used-uninitialized bug in regcomp.c.
Thu, 15 Feb 2007 00:16:55 +0000 Paul Eggert Fix regex code so it doesn't rely on strcasecmp.
Mon, 05 Feb 2007 15:38:59 +0000 Paolo Bonzini 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
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.