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
|
Mon, 04 Jan 2010 09:07:52 +0100 |
Jim Meyering |
regcomp: sync from glibc; always use nl_langinfo
|
Fri, 01 Jan 2010 10:31:12 +0100 |
Jim Meyering |
update nearly all FSF copyright year lists to include 2010
|
Wed, 25 Nov 2009 11:41:09 +0100 |
Paolo Bonzini |
regex: Fix fastmap for multibyte character ranges.
|
Fri, 09 Jan 2009 09:10:36 +0100 |
Paolo Bonzini |
regex: fix glibc bug 9697
|
Fri, 09 Jan 2009 09:00:58 +0100 |
Paolo Bonzini |
regex: replace mbrtowc with __mbrtowc.
|
Thu, 15 May 2008 14:37:29 -0600 |
Eric Blake |
Fix violation of <stdbool.h> replacement in regex.
|
Thu, 15 May 2008 08:50:06 +0200 |
Paolo Bonzini |
optimize double anchors such as ^$
|
Sat, 01 Dec 2007 15:34:41 +0100 |
Jim Meyering |
Fix a 4-year-old used-uninitialized bug in regcomp.c.
|