Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-01-14 | 1 | -0/+5 |
|\ | |||||
| * | Fix for extra parameters going down the call chain. | Arnold D. Robbins | 2016-01-14 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-11-24 | 1 | -0/+5 |
|\| | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-28 | 1 | -0/+5 |
|\| | |||||
| * | Disallow nul bytes in source code no matter what. | Arnold D. Robbins | 2015-10-28 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-11 | 1 | -0/+5 |
|\| | |||||
| * | Bug fix, invalid read in yylex. | Arnold D. Robbins | 2015-10-11 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-09-18 | 1 | -0/+5 |
|\| | |||||
| * | Bug fix to FPAT field parsing. | Arnold D. Robbins | 2015-09-18 | 1 | -0/+5 |
* | | Typed regex fix, if in an array. | Arnold D. Robbins | 2015-06-29 | 1 | -0/+5 |
* | | Additional memory fixes and test for typedregex. | Arnold D. Robbins | 2015-06-28 | 1 | -0/+5 |
* | | Make typeof3 and typeof4 tests actually work. | Arnold D. Robbins | 2015-06-25 | 1 | -0/+10 |
* | | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 1 | -0/+5 |
* | | Cleanup files and fix up tests for typed regexes and typeof. | Arnold D. Robbins | 2015-06-19 | 1 | -1/+11 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-05 | 1 | -0/+5 |
|\| | |||||
| * | Fix parsing brackets in regexps (again). | Arnold D. Robbins | 2015-05-05 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-28 | 1 | -0/+5 |
|\| | |||||
| * | Make call-by-value work again for $0. | Arnold D. Robbins | 2015-04-28 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-27 | 1 | -0/+5 |
|\| | |||||
| * | Fix to Jan 7 2015 regexp parsing fix. | Arnold D. Robbins | 2015-04-27 | 1 | -0/+5 |
* | | Make builtin shadowing work. Add test and doc. | Arnold D. Robbins | 2015-04-16 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 1 | -0/+5 |
|\| | |||||
| * | Merge branch 'feature/fix-indirect-call' into gawk-4.1-stable | Arnold D. Robbins | 2015-03-31 | 1 | -0/+5 |
| |\ | |||||
| | * | Add tests for indirect call of builtins. | Arnold D. Robbins | 2015-03-31 | 1 | -0/+5 |
* | | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-27 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-03-24 | 1 | -0/+5 |
| |\| | | |||||
| | * | | Fix bug where exit with no argument was setting the exit status to zero. | Andrew J. Schorr | 2015-03-24 | 1 | -0/+5 |
| | |/ | |||||
* | | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-20 | 1 | -0/+25 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-10 | 1 | -0/+5 |
| |\| | |||||
| | * | Add additional fpat test. | Arnold D. Robbins | 2015-03-10 | 1 | -0/+5 |
| * | | Improve testing for nonfatal socket connection attempts. | Andrew J. Schorr | 2015-02-28 | 1 | -0/+5 |
| * | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-26 | 1 | -0/+5 |
| |\| | |||||
| | * | Fix line continuation with CR-LF. | Arnold D. Robbins | 2015-02-24 | 1 | -0/+5 |
| * | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-08 | 1 | -0/+15 |
| |\| | |||||
| * | | Add tests for non fatal i/o. | Arnold D. Robbins | 2015-02-08 | 1 | -0/+10 |
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 1 | -10/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Move param checking against function names into --posix. | Arnold D. Robbins | 2015-02-01 | 1 | -10/+0 |
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 1 | -0/+15 |
|\| | | |||||
| * | | Disallow calling a function parameter. Check params are not function names. | Arnold D. Robbins | 2015-01-30 | 1 | -0/+15 |
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 1 | -0/+10 |
|\| | | |||||
| * | | Fix count$ in printf for dynamic width/precision. | Arnold D. Robbins | 2015-01-07 | 1 | -0/+5 |
| * | | Bug fix in regexp parsing. | Arnold D. Robbins | 2015-01-07 | 1 | -0/+5 |
| |/ | |||||
* / | Add read timeout/retry test. | Andrew J. Schorr | 2015-01-05 | 1 | -0/+5 |
|/ | |||||
* | New test for bad builds (with non-bison). | Arnold D. Robbins | 2014-12-24 | 1 | -0/+5 |
* | Add field reference changes. Currently breaks sortglos test. | Arnold D. Robbins | 2014-11-16 | 1 | -0/+5 |
* | Generalize how filefuncs test works. | Arnold D. Robbins | 2014-09-18 | 1 | -5/+0 |
* | New test, indirect call of builtin functions. | Arnold D. Robbins | 2014-09-05 | 1 | -0/+5 |
* | Make printhuge test use UTF-8 locale. | Arnold D. Robbins | 2014-07-10 | 1 | -5/+0 |
* | Bug fix when sprintf %c on huge values in multibyte locales. | Arnold D. Robbins | 2014-07-10 | 1 | -0/+5 |
* | New tests for regex match against NUL byte. | Arnold D. Robbins | 2014-05-30 | 1 | -0/+10 |