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.
|
Sat, 20 Aug 2005 00:58:13 +0000 |
Paul Eggert |
(re_acquire_state, re_acquire_state_context) [defined lint]:
|
Fri, 19 Aug 2005 23:00:55 +0000 |
Paul Eggert |
(re_string_realloc_buffers, re_node_set_insert):
|
Thu, 07 Jul 2005 08:08:39 +0000 |
Paul Eggert |
* modules/regex (Files): Add lib/regex_internal.c,
|