log lib/regex_internal.c @ 40186:8964917f9574

age author description
Mon, 31 Dec 2018 18:07:08 -0800 Paul Eggert autoupdate
Sun, 14 Oct 2018 23:49:00 -0500 Paul Eggert autoupdate
Sat, 25 Aug 2018 20:40:55 -0700 Paul Eggert autoupdate
Thu, 28 Jun 2018 12:23:31 -0700 Paul Eggert regex: port to recently proposed glibc regex merge
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
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
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Mon, 30 May 2016 12:18:19 -0700 Paul Eggert Use GCC_LINT, not lint
Fri, 19 Feb 2016 09:27:41 -0800 Paul Eggert regex: make it closer to libc
Mon, 18 Jan 2016 10:31:07 -0800 Paul Eggert regex: fix memory leaks
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
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
Fri, 01 Aug 2014 07:34:42 +0530 Siddhesh Poyarekar Use consistent style to check DEBUG macro in regex_internal.c
Thu, 06 Mar 2014 21:53:50 -0800 Paul Eggert regex: port to OS X 10.8.5 en_US.UTF-8 locale
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Fri, 08 Mar 2013 19:50:10 +0700 Gary V. Vaughan regex: rename remaining __attribute calls to __attribute__.
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 30 Dec 2012 14:28:55 -0800 Paul Eggert regex: simplify based on Gawk version
Sat, 29 Dec 2012 22:56:31 -0800 Paul Eggert regex: port to hosts where malloc (0) == NULL
Sat, 29 Dec 2012 21:10:29 -0800 Paul Eggert regex: merge glibc changes
Tue, 20 Nov 2012 22:25:10 -0800 Paul Eggert regex: no 'static inline'
Fri, 24 Feb 2012 12:24:44 -0800 Stanislav Brabec regex: fix false multibyte matches in some regular expressions
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
Mon, 07 Jun 2010 07:58:49 +0200 Jim Meyering regex: avoid new dead-code warning with gcc-4.6.0
Tue, 19 Jan 2010 15:13:16 +0100 Jim Meyering regex: do not ignore memory allocation failure
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__
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:00:58 +0100 Paolo Bonzini regex: replace mbrtowc with __mbrtowc.
Mon, 22 Dec 2008 06:11:32 -0700 Eric Blake Avoid gcc warnings on cygwin.
Thu, 15 May 2008 08:50:06 +0200 Paolo Bonzini optimize double anchors such as ^$
Sat, 27 Jan 2007 09:44:43 +0000 Jim Meyering * lib/regex_internal.c (re_string_reconstruct): Remove declaration
Thu, 21 Sep 2006 05:25:11 +0000 Paul Eggert * lib/regex_internal.c (re_string_reconstruct): Handle
Fri, 15 Sep 2006 16:41:43 +0000 Jim Meyering Avoid a warning about an unused variable.
Fri, 11 Aug 2006 18:28:44 +0000 Paul Eggert * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
Thu, 10 Aug 2006 20:08:01 +0000 Paul Eggert Import the following changes from libc:
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 22:10:59 +0000 Paul Eggert * regex_internal.c (re_string_context_at): Fix bug where the
Thu, 01 Sep 2005 21:01:26 +0000 Paul Eggert * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
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
Fri, 26 Aug 2005 21:47:51 +0000 Paul Eggert * config/srclist.text: Add glibc bug 1248.
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 03:31:45 +0000 Paul Eggert * config/srclist.txt: Add glibc bug 1226.
Sat, 20 Aug 2005 07:42:15 +0000 Paul Eggert * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.