Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Sync dfa with grep. | Arnold D. Robbins | 2016-05-02 | 1 | -1/+1 | |
* | | Change Node_hardregex to Node_typedregex. | Arnold D. Robbins | 2015-05-11 | 1 | -2/+2 | |
* | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-28 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-08 | 1 | -1/+1 | |
| |\| | ||||||
| * | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 1 | -37/+0 | |
| |\ \ | ||||||
| * | | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -2/+2 | |
* | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-08 | 1 | -1/+1 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Further progress on making hard regexes work. | Arnold D. Robbins | 2015-04-03 | 1 | -0/+9 | |
* | | | Further progress with @/.../. | Arnold D. Robbins | 2015-03-19 | 1 | -0/+4 | |
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-17 | 1 | -37/+0 | |
|\| | | ||||||
| * | | Remove unneeded routine. | Arnold D. Robbins | 2015-03-08 | 1 | -37/+0 | |
| |/ | ||||||
* / | First set of changes toward @/.../. | Arnold D. Robbins | 2015-02-27 | 1 | -1/+1 | |
|/ | ||||||
* | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -6/+1 | |
* | Use dfa superset to speed up matching. | Arnold D. Robbins | 2014-11-03 | 1 | -2/+7 | |
* | Add a comment in re.c:resetup. | Arnold D. Robbins | 2013-10-16 | 1 | -0/+7 | |
* | Fixes based on problems from a static checker. | Arnold D. Robbins | 2013-09-08 | 1 | -1/+1 | |
* | Remove obsolete warning in re.c. | Arnold D. Robbins | 2013-06-10 | 1 | -10/+0 | |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 | |
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-03-11 | 1 | -2/+16 | |
|\ | ||||||
| * | Fix a bug with ] as real char in regexps. | Arnold D. Robbins | 2013-03-11 | 1 | -2/+16 | |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-01-20 | 1 | -1/+39 | |
|\| | ||||||
| * | Fix bug with --traditional + --re-interval. | Arnold D. Robbins | 2013-01-20 | 1 | -1/+39 | |
* | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -43/+40 | |
* | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -27/+25 | |
|/ | ||||||
* | Sync dfa with grep. Update configure machinery. | Arnold D. Robbins | 2012-03-29 | 1 | -1/+1 | |
* | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -1/+1 | |
* | Fix compile warnings on DJGPP. | Arnold D. Robbins | 2012-03-14 | 1 | -0/+1 | |
* | Minor spelling and doc fixes. | Arnold D. Robbins | 2011-09-24 | 1 | -1/+1 | |
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -2/+2 | |
* | Put RRI into code. | Arnold D. Robbins | 2011-06-17 | 1 | -14/+0 | |
* | Make ranges be character based all the time. | Arnold D. Robbins | 2011-06-13 | 1 | -3/+16 | |
* | Typo fix. | Arnold D. Robbins | 2011-06-01 | 1 | -1/+1 | |
* | Disallow gawk builtin/keyword as variable assignment. | Arnold D. Robbins | 2011-05-31 | 1 | -7/+14 | |
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 1 | -162/+3 | |
* | Fixes in expand_range. | Arnold D. Robbins | 2011-05-29 | 1 | -2/+13 | |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 | |
* | Regex bug fix and token bug fix. See ChangeLog. | Arnold D. Robbins | 2011-02-07 | 1 | -2/+9 | |
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -1/+1 | |
* | Clean up re.c; see ChangeLog. | Arnold D. Robbins | 2011-01-24 | 1 | -31/+47 | |
* | PC fixes, compiler warning cleanups, autoconf fix. | Arnold D. Robbins | 2011-01-04 | 1 | -2/+0 | |
* | Expand ranges before compiling the regexp. | Arnold D. Robbins | 2010-12-13 | 1 | -3/+152 | |
* | Doc updates. Strftime fix for PC. Check ranges in REs. | Arnold D. Robbins | 2010-11-29 | 1 | -0/+10 | |
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -29/+51 | |
* | Bring in development gawk changes. | Arnold D. Robbins | 2010-11-12 | 1 | -4/+91 | |
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -9/+9 | |
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+9 | |
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -4/+14 | |
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -26/+32 | |
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 1 | -31/+117 |