log lib/regexec.c @ 39918:c17f5376064e

age author description
Sun, 14 Oct 2018 23:49:00 -0500 Paul Eggert autoupdate
Fri, 13 Jul 2018 00:46:08 -0500 Paul Eggert autoupdate
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Tue, 19 Dec 2017 15:53:47 -0800 Paul Eggert regex: use re_malloc etc. consistently
Mon, 20 Nov 2017 15:56:22 -0800 Paul Eggert regex: merge from glibc
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Wed, 26 Jul 2017 09:12:29 -0700 Paul Eggert regex: work with GCC7's -Werror=implicit-fallthrough=
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 16 Dec 2016 09:34:02 -0800 Paul Eggert regex: fix integer-overflow bug in never-used code
Fri, 19 Feb 2016 09:27:41 -0800 Paul Eggert regex: make it closer to libc
Fri, 19 Feb 2016 08:41:58 -0800 Paul Eggert regex: merge patches from libc
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Sat, 19 Sep 2015 13:44:49 -0700 Paul Eggert Revert previous patch, as it did not fix the bug after all.
Sat, 19 Sep 2015 10:16:02 -0700 Paul Eggert regex: fix dangling-backreference bug
Sat, 19 Sep 2015 09:21:47 -0700 Paul Eggert regex: merge patches from libc
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Wed, 29 May 2013 10:24:17 -0700 Paul Eggert regex: adapt to locking regime instead of depending on pthread
Sun, 19 May 2013 14:26:05 -0700 Paul Eggert regex: fix dfa race in multithreaded uses
Fri, 08 Mar 2013 19:50:10 +0700 Gary V. Vaughan regex: rename remaining __attribute calls to __attribute__.
Tue, 29 Jan 2013 22:33:51 -0800 Andreas Schwab regex: fix buffer overrun in regexp matcher
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
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]: