Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 1 | -3939/+0 |
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -1/+1 |
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-11 | 1 | -15/+14 |
|\ | |||||
| * | Revert 2016-01-24 change parsing single byte ranges. | Arnold D. Robbins | 2016-04-11 | 1 | -15/+14 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-02-20 | 1 | -22/+10 |
|\| | |||||
| * | Sync regex with GLIBC. | Arnold D. Robbins | 2016-02-20 | 1 | -22/+10 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-01-24 | 1 | -14/+15 |
|\| | |||||
| * | Parse [x] as x in single-byte locales even if x is an encoding error. | Arnold D. Robbins | 2016-01-24 | 1 | -14/+15 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-01-20 | 1 | -2/+2 |
|\| | |||||
| * | Minor regex code cleanup. | Arnold D. Robbins | 2016-01-20 | 1 | -2/+2 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-01-18 | 1 | -7/+11 |
|\| | |||||
| * | Minor bug fix and cleanup in regex routines, from GNULIB. | Arnold D. Robbins | 2016-01-18 | 1 | -7/+11 |
* | | Merge branch 'gawk-4.1-stable' (zOS updates included) | Arnold D. Robbins | 2015-10-04 | 1 | -4/+5 |
|\| | |||||
| * | Further zOS updates: Wrap C compiler. | Arnold D. Robbins | 2015-09-11 | 1 | -4/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-15 | 1 | -32/+32 |
|\| | |||||
| * | Sync regex routines wit GLIBC. | Arnold D. Robbins | 2015-06-14 | 1 | -32/+32 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-26 | 1 | -1/+1 |
|\| | |||||
| * | Fix regex compile error messages. | Arnold D. Robbins | 2015-05-26 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-13 | 1 | -1/+6 |
|\| | |||||
| * | Fix regex code to avoid malloc(0). | Arnold D. Robbins | 2015-04-13 | 1 | -1/+6 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-07 | 1 | -5/+13 |
|\| | |||||
| * | Sync regex with GLIBC. | Arnold D. Robbins | 2015-02-07 | 1 | -5/+13 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-13 | 1 | -1/+1 |
|\| | |||||
| * | Improve error msg for compiling bracket expressions. | Arnold D. Robbins | 2014-10-13 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-27 | 1 | -11/+0 |
|\| | |||||
| * | Cleanup code for strcasecmp. | Arnold D. Robbins | 2014-08-27 | 1 | -11/+0 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-26 | 1 | -4/+9 |
|\| | |||||
| * | Sync regex with GLIBC. | Arnold D. Robbins | 2014-08-26 | 1 | -4/+9 |
* | | Remove support for MirBSD. Yay! | Arnold D. Robbins | 2014-08-26 | 1 | -12/+0 |
|/ | |||||
* | Fix memory leak in regcomp.c. | Arnold D. Robbins | 2014-06-22 | 1 | -3/+11 |
* | Minor code cleanup in regcomp.c. | Arnold D. Robbins | 2014-04-03 | 1 | -1/+1 |
* | Fixes based on problems from a static checker. | Arnold D. Robbins | 2013-09-08 | 1 | -1/+17 |
* | Sync regex with GLIBC. | Arnold D. Robbins | 2013-08-26 | 1 | -46/+28 |
* | Remove unnecessary RE_TOKEN_INIT_BUG stuff. | Arnold D. Robbins | 2013-08-26 | 1 | -6/+0 |
* | Make charasbytes test pass on MirBSD. | Arnold D. Robbins | 2013-03-01 | 1 | -0/+12 |
* | Pull in some regex fixes. | Arnold D. Robbins | 2013-02-04 | 1 | -1/+1 |
* | Sync regex routines with GLIBC. | Arnold D. Robbins | 2012-11-30 | 1 | -4/+11 |
* | Sync from GLIBC. | Arnold D. Robbins | 2012-03-16 | 1 | -7/+35 |
* | Put RRI into code. | Arnold D. Robbins | 2011-06-17 | 1 | -24/+4 |
* | Minor improvement in regcomp.c. | Arnold D. Robbins | 2011-06-08 | 1 | -1/+2 |
* | Make regcomp.c closer to GNULIB. | Arnold D. Robbins | 2011-06-03 | 1 | -9/+10 |
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 1 | -11/+26 |
* | Update regex; fix to io.c; update de.po, fi.po. | Arnold D. Robbins | 2011-05-18 | 1 | -3/+16 |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -1/+3 |
* | Bring in development gawk changes. | Arnold D. Robbins | 2010-11-12 | 1 | -2/+0 |
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -62/+70 |
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -72/+105 |
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -391/+306 |
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -508/+658 |