log lib/regcomp.c @ 39918:c17f5376064e

age author description
Sun, 14 Oct 2018 23:49:00 -0500 Paul Eggert autoupdate
Fri, 10 Aug 2018 14:28:55 -0700 Paul Eggert autoupdate
Wed, 01 Aug 2018 13:26:38 -0700 Paul Eggert autoupdate
Fri, 29 Jun 2018 15:34:57 -0700 Paul Eggert regex: glibc does not use intprops.h
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
Wed, 22 Nov 2017 11:23:01 -0800 Paul Eggert regex: merge from glibc
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
Wed, 08 Jun 2016 01:46:35 -0700 Paul Eggert regex: port to Sun C
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
Fri, 19 Feb 2016 08:41:58 -0800 Paul Eggert regex: merge patches from libc
Sun, 24 Jan 2016 00:55:44 -0800 Paul Eggert regex: treat [x] as x if x is a unibyte encoding error
Mon, 18 Jan 2016 10:34:18 -0800 Paul Eggert regex: pacify static checkers
Mon, 18 Jan 2016 10:32:26 -0800 Paul Eggert regex: fix [ diagnostic
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 13:53:34 -0700 Paul Eggert Diagnose ERE '()|\1'
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
Sat, 12 Jul 2014 16:33:49 -0700 Jim Meyering regex: don't deref NULL upon heap allocation failure
Fri, 11 Jul 2014 12:19:34 -0700 Paul Eggert regex: fix memory leak in compiler
Thu, 19 Jun 2014 08:51:30 -0700 Paul Eggert regex: fix memory leak in compiler
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Wed, 29 May 2013 18:48:09 -0700 Paul Eggert c-ctype, regex, verify: port to gcc -std=c90 -pedantic
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__.
Mon, 25 Feb 2013 22:56:12 -0800 Paul Eggert regex: merge patches from libc
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