| Commit message (Expand) | Author | Age | Files | Lines |
* | autoupdate | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | regex: port to recently proposed glibc regex merge | Paul Eggert | 2018-06-28 | 1 | -13/+12 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | regex, string: rename to avoid '__string' | Paul Eggert | 2016-08-17 | 1 | -3/+3 |
* | Prefer American spelling for "initialize" | Paul Eggert | 2016-04-03 | 1 | -1/+1 |
* | regex: make it closer to libc | Paul Eggert | 2016-02-19 | 1 | -19/+14 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | regex: match current GNU grep behavior | Paul Eggert | 2015-07-04 | 1 | -9/+6 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | regex: merge patch from libc | Paul Eggert | 2014-06-19 | 1 | -1/+1 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -2/+2 |
* | regex: merge glibc changes | Paul Eggert | 2012-12-30 | 1 | -9/+10 |
* | regex: remove unnecessary type punning | Paul Eggert | 2012-04-04 | 1 | -4/+3 |
* | regex: diagnose too-large repeat counts in EREs | Paul Eggert | 2012-03-16 | 1 | -2/+2 |
* | regex: allow inclusion of <regex.h> before <limits.h> | Paul Eggert | 2012-03-10 | 1 | -0/+3 |
* | maint: replace FSF snail-mail addresses with URLs | Paul Eggert | 2012-02-09 | 1 | -2/+1 |
* | regex: merge glibc changes | Paul Eggert | 2012-02-07 | 1 | -87/+77 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -30/+30 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | Support for old NeXTstep 3.3 gcc. | Daniel Richard G | 2011-10-19 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -3/+2 |
* | regex documentation update from Reuben Thomas <rrt@sc3d.org>, 20 Aug 2010 12:... | Karl Berry | 2010-09-07 | 1 | -10/+10 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+2 |
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -2/+2 |
* | * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid | Paul Eggert | 2007-01-29 | 1 | -23/+27 |
* | * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity. | Paul Eggert | 2006-11-27 | 1 | -6/+6 |
* | Fix some incompatibilities with gcc -ansi -pedantic. | Paul Eggert | 2006-11-27 | 1 | -8/+11 |
* | Import the following changes from libc: | Paul Eggert | 2006-08-10 | 1 | -8/+3 |
* | * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N | Paul Eggert | 2006-04-13 | 1 | -1/+8 |
* | Merge regex changes from libc, removing some of our | Paul Eggert | 2006-04-10 | 1 | -299/+194 |
* | * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]: | Paul Eggert | 2006-03-17 | 1 | -6/+8 |
* | On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the | Paul Eggert | 2005-08-31 | 1 | -22/+62 |
* | * config/srclist.txt: Add glibc bug 1240. | Paul Eggert | 2005-08-25 | 1 | -2/+2 |
* | [_REGEX_SOURCE]: Define re_fastmap_accurate too; this was | Paul Eggert | 2005-08-24 | 1 | -0/+1 |
* | * config/srclist.txt: | Paul Eggert | 2005-08-24 | 1 | -177/+331 |
* | * config/srclist.txt: Add glibc bug 1233. | Paul Eggert | 2005-08-23 | 1 | -1/+3 |
* | * config/srclist.txt: Add glibc bug 1232. | Paul Eggert | 2005-08-23 | 1 | -2/+1 |
* | * config/srclist.txt: Add glibc bugs 1220, 1221, 1222. | Paul Eggert | 2005-08-20 | 1 | -51/+32 |
* | Remove useless space-before-tab. | Paul Eggert | 2005-08-18 | 1 | -1/+1 |
* | * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h. | Paul Eggert | 2005-08-16 | 1 | -2/+2 |
* | * modules/regex (Files): Add lib/regex_internal.c, | Paul Eggert | 2005-07-07 | 1 | -35/+71 |
* | Sync from coreutils. | Paul Eggert | 2005-05-15 | 1 | -1/+1 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-10 | 1 | -50/+31 |
* | Undo white space changes of 2003-08-12, allowing us to sync more files | Paul Eggert | 2003-08-17 | 1 | -1/+1 |
* | White space fixes from coreutils. | Paul Eggert | 2003-08-12 | 1 | -1/+1 |
* | update regex.h from libc | Karl Berry | 2003-08-10 | 1 | -1/+1 |