Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -31/+29 |
* | Add dfacopysyntax function and use it. | Arnold D. Robbins | 2016-11-29 | 1 | -6/+11 |
* | Use RE_ICASE instead of DFA_CASE_FOLD in dfa.c and re.c. | Arnold D. Robbins | 2016-11-29 | 1 | -3/+1 |
* | Finish reworking typed regexes. Tests pass! | Arnold D. Robbins | 2016-11-15 | 1 | -1/+1 |
* | First steps reworking code away from node type. | Arnold D. Robbins | 2016-11-15 | 1 | -5/+4 |
* | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-23 | 1 | -8/+8 |
|\ | |||||
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -8/+8 |
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-09-20 | 1 | -8/+2 |
|\| | |||||
| * | Use dfa's new ability to handle anchors. | Arnold D. Robbins | 2016-09-20 | 1 | -8/+2 |
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-09-08 | 1 | -1/+2 |
|\| | |||||
| * | Merge grep dfa. | Arnold D. Robbins | 2016-09-08 | 1 | -1/+2 |
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-09-01 | 1 | -2/+15 |
|\| | |||||
| * | Merge multithreaded dfa into gawk. | Arnold D. Robbins | 2016-09-01 | 1 | -2/+15 |
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-25 | 1 | -43/+14 |
|\| | |||||
| * | New POSIX rules for string comparison. | Arnold D. Robbins | 2016-08-25 | 1 | -1/+1 |
| * | Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c. | Arnold D. Robbins | 2016-08-25 | 1 | -42/+13 |
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-23 | 1 | -9/+8 |
|\| | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -9/+8 |
| |\ | |||||
| | * | Update dfa, including API changes. | Arnold D. Robbins | 2016-08-23 | 1 | -9/+8 |
* | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-14 | 1 | -4/+8 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-14 | 1 | -4/+8 |
| |\| | |||||
| | * | Speedup regexp compilation if not using dfa. | Arnold D. Robbins | 2016-08-14 | 1 | -4/+8 |
* | | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -1/+5 |
|/ / | |||||
* | | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -5/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 1 | -6/+6 |
|\| | |||||
| * | Use dfa even in multibyte locales. | Arnold D. Robbins | 2016-07-24 | 1 | -6/+6 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
|\| | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-02 | 1 | -1/+1 |
|\| | |||||
| * | 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 |