Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -1009/+1112 | |
|/ | ||||||
* | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -1112/+1009 | |
| | ||||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Small code cleanup in awkgram.y:shadow_funcs. | Arnold D. Robbins | 2016-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 | |
| |\| | ||||||
| | * | Allow -d- to print to stdout. | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 | |
| | | | ||||||
* | | | Eliminate more STRCUR tests in awkgram.y | Andrew J. Schorr | 2016-06-13 | 1 | -5/+5 | |
| | | | ||||||
* | | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -13/+1 | |
|/ / | | | | | | | and lint checks. | |||||
* | | Pretty printer: remove CRs and trailing newlines from comments. | Arnold D. Robbins | 2016-03-27 | 1 | -1/+14 | |
| | | ||||||
* | | More improvements in comment printing. | Arnold D. Robbins | 2016-03-17 | 1 | -342/+366 | |
| | | ||||||
* | | Initial changes to improve end of line comments. | Arnold D. Robbins | 2016-03-17 | 1 | -402/+451 | |
| | | ||||||
* | | Turn optimization on by default. New -s option to disable it. | Arnold D. Robbins | 2016-02-05 | 1 | -120/+126 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-12-27 | 1 | -5/+6 | |
|\| | ||||||
| * | Bug fix for pretty printing empty else part. | Arnold D. Robbins | 2015-12-27 | 1 | -5/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-28 | 1 | -2/+2 | |
|\| | ||||||
| * | Disallow nul bytes in source code no matter what. | Arnold D. Robbins | 2015-10-28 | 1 | -2/+2 | |
| | | ||||||
* | | Fix invalid write in yylex. | Arnold D. Robbins | 2015-10-25 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-11 | 1 | -3/+6 | |
|\| | ||||||
| * | Bug fix, invalid read in yylex. | Arnold D. Robbins | 2015-10-11 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' (zOS updates included) | Arnold D. Robbins | 2015-10-04 | 1 | -2/+41 | |
|\| | ||||||
| * | Merge branch 'gawk-4.1-stable' into feature/zOS-try2 | Arnold D. Robbins | 2015-09-26 | 1 | -0/+4 | |
| |\ | ||||||
| * | | Rework zOS patches; keep separate from autotools. | Arnold D. Robbins | 2015-08-02 | 1 | -2/+41 | |
| | | | ||||||
* | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-09-26 | 1 | -0/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fatal with --posix on multidimensional arrays. | Arnold D. Robbins | 2015-09-26 | 1 | -0/+4 | |
| |/ | ||||||
* | | Debugger fix, eval for builtin extensions + test. | Arnold D. Robbins | 2015-06-29 | 1 | -2/+8 | |
| | | ||||||
* | | Improve memory tracking on typed regex. | Arnold D. Robbins | 2015-06-28 | 1 | -0/+1 | |
| | | ||||||
* | | Remove support for old-style extensions. | Arnold D. Robbins | 2015-06-26 | 1 | -4/+1 | |
| | | ||||||
* | | Improve debugger support for typed regexps. | Arnold D. Robbins | 2015-06-22 | 1 | -0/+2 | |
| | | ||||||
* | | Make isarray also not scalarize untyped parameters. | Arnold D. Robbins | 2015-06-22 | 1 | -5/+1 | |
| | | ||||||
* | | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 1 | -1/+5 | |
| | | ||||||
* | | Finish "hard" --> "typed" transition. | Arnold D. Robbins | 2015-06-12 | 1 | -9/+9 | |
| | | ||||||
* | | Rebuild awkgram.c with latest bison. | Arnold D. Robbins | 2015-05-21 | 1 | -3/+3 | |
| | | ||||||
* | | Change Node_hardregex to Node_typedregex. | Arnold D. Robbins | 2015-05-11 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-05 | 1 | -3/+4 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-05 | 1 | -3/+4 | |
| |\| | ||||||
| | * | Fix parsing brackets in regexps (again). | Arnold D. Robbins | 2015-05-05 | 1 | -3/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-03 | 1 | -221/+226 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-01 | 1 | -188/+191 | |
| |\| | ||||||
| | * | Fix minor coredump. | Arnold D. Robbins | 2015-05-01 | 1 | -188/+191 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-30 | 1 | -8/+10 | |
| |\| | ||||||
| | * | Fix brackets in regexps again. Let's hope this is really it. | Arnold D. Robbins | 2015-04-30 | 1 | -8/+10 | |
| | | | ||||||
* | | | Add lint warning for isarray. | Arnold D. Robbins | 2015-04-28 | 1 | -330/+325 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-28 | 1 | -974/+1007 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-28 | 1 | -21/+28 | |
| |\| | ||||||
| | * | Fix bracket handling. "This time for sure." | Arnold D. Robbins | 2015-04-28 | 1 | -21/+28 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-27 | 1 | -2/+2 | |
| |\| | ||||||
| | * | Fix to Jan 7 2015 regexp parsing fix. | Arnold D. Robbins | 2015-04-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-27 | 1 | -877/+899 | |
| |\ \ | ||||||
| | * | | Make builtin shadowing work. Add test and doc. | Arnold D. Robbins | 2015-04-16 | 1 | -366/+388 | |
| | | | |