Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | * | | Let function parameters shadow gawk extension builtins. | Arnold D. Robbins | 2015-04-15 | 1 | -854/+854 |
| * | | | Further fixes from Andrew Schorr. | Arnold D. Robbins | 2015-04-09 | 1 | -13/+3 |
| * | | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-07 | 1 | -9/+14 |
| |\| | | |||||
| * | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-04-03 | 1 | -366/+379 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-27 | 1 | -360/+361 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 1 | -1/+6 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-02-13 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-02-06 | 1 | -360/+382 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-20 | 1 | -448/+365 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-07 | 1 | -369/+371 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | More fixes to stop allocating an extra byte. | Arnold D. Robbins | 2014-12-14 | 1 | -1/+1 |
| * | | | | | | | | | | | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-08 | 1 | -9/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-06 | 1 | -9/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Minor code cleanups. | Arnold D. Robbins | 2015-04-06 | 1 | -9/+14 |
* | | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
|\| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
| |\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| | * | | | | | | | | | Don't install gawk extensions if --posix or --traditional. | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
* | | | | | | | | | | | Further progress on making hard regexes work. | Arnold D. Robbins | 2015-04-03 | 1 | -158/+156 |
* | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-03 | 1 | -3/+3 |
|\| | | | | | | | | | | |||||
| * | | | | | | | | | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -3/+3 |
* | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-31 | 1 | -5/+19 |
|\| | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 1 | -363/+376 |
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | |