log lib/regexec.c @ 17241:f21c2ecfb7d1

age author description
Sun, 30 Dec 2012 14:49:05 -0800 Paul Eggert regex: revert single-byte change
Sun, 30 Dec 2012 00:10:51 -0800 Paul Eggert regex: check that pattern char is single-byte
Sat, 29 Dec 2012 23:31:08 -0800 Paul Eggert regex: implement rational ranges
Sat, 29 Dec 2012 21:10:29 -0800 Paul Eggert regex: merge glibc changes
Tue, 16 Oct 2012 16:01:05 -0700 Paul Eggert * lib/regexec.c (re_search_internal): Fix grammar in comment.
Tue, 29 May 2012 13:45:10 +0200 Jim Meyering maint: fix typos in comments and ChangeLog
Wed, 04 Apr 2012 00:56:15 -0700 Paul Eggert regex: remove unnecessary type punning
Sun, 26 Feb 2012 23:09:05 -0800 Paul Eggert regex: re_search etc. should return -2 when memory exhausted
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Tue, 07 Feb 2012 23:07:48 -0800 Paul Eggert regex: spelling fix
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
Tue, 18 Oct 2011 20:32:42 +0200 Daniel Richard G Support for old NeXTstep 3.3 gcc.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Tue, 28 Dec 2010 15:12:47 +0100 Jim Meyering regex: don't infloop on persistent failing calloc
Tue, 19 Jan 2010 15:04:37 +0100 Jim Meyering regex: sync more white-space changes from libc
Tue, 19 Jan 2010 13:44:26 +0100 Jim Meyering regex: add many uses of __attribute_warn_unused_result__
Mon, 04 Jan 2010 11:18:51 +0100 Ulrich Drepper regcomp, regexec, fnmatch: avoid array bounds read error
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Fri, 09 Jan 2009 09:04:55 +0100 Paolo Bonzini regex: fix glibc bug 697
Mon, 22 Dec 2008 06:11:32 -0700 Eric Blake Avoid gcc warnings on cygwin.
Thu, 15 May 2008 14:51:43 -0600 Eric Blake Fix violation of <stdbool.h> replacement in regex.
Sun, 25 Mar 2007 18:07:11 +0000 Bruno Haible Avoid HP-UX cc warning.
Mon, 29 Jan 2007 00:37:14 +0000 Paul Eggert * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
Mon, 27 Nov 2006 07:15:26 +0000 Paul Eggert Fix some incompatibilities with gcc -ansi -pedantic.
Mon, 05 Jun 2006 05:21:20 +0000 Paul Eggert * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
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.
Thu, 01 Sep 2005 07:03:01 +0000 Paul Eggert * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
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:55:29 +0000 Paul Eggert * lib/regexec.c (re_search_internal): Simplify update of
Wed, 31 Aug 2005 19:38:13 +0000 Paul Eggert * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
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.
Tue, 23 Aug 2005 18:55:44 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1231.
Sun, 21 Aug 2005 05:01:20 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1227.
Sun, 21 Aug 2005 00:43:34 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1225.
Sat, 20 Aug 2005 07:42:15 +0000 Paul Eggert * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.
Fri, 19 Aug 2005 23:27:14 +0000 Paul Eggert (proceed_next_node): Redo local variables to avoid GCC shadowing warnings.
Thu, 07 Jul 2005 08:08:39 +0000 Paul Eggert * modules/regex (Files): Add lib/regex_internal.c,