Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-04-03 | 24 | -975/+1705 |
|\ | |||||
| * | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 17 | -449/+476 |
| | | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 18 | -718/+1407 |
| |\ | |||||
| | * | Small doc fix. | Arnold D. Robbins | 2015-03-31 | 4 | -334/+335 |
| | | | |||||
| | * | Merge branch 'feature/fix-indirect-call' into gawk-4.1-stable | Arnold D. Robbins | 2015-03-31 | 18 | -669/+1362 |
| | |\ | |||||
| | | * | Update doc on calling built-ins indirectly. | Arnold D. Robbins | 2015-03-31 | 4 | -298/+337 |
| | | | | |||||
| | | * | Add tests for indirect call of builtins. | Arnold D. Robbins | 2015-03-31 | 6 | -2/+64 |
| | | | | |||||
| | | * | Get indirect calls working! | Arnold D. Robbins | 2015-03-31 | 6 | -20/+207 |
| | | | | |||||
| | | * | Further improvements. sub/gsub working. | Arnold D. Robbins | 2015-03-31 | 6 | -34/+97 |
| | | | | |||||
| | | * | Further progress on indirect calls of builtins. | Arnold D. Robbins | 2015-03-24 | 8 | -373/+395 |
| | | | | |||||
| | | * | Fix a test. | Arnold D. Robbins | 2015-03-24 | 2 | -0/+5 |
| | | | | |||||
| | | * | Merge branch 'gawk-4.1-stable' into feature/fix-indirect-call | Arnold D. Robbins | 2015-03-24 | 4 | -82/+137 |
| | | |\ | |||||
| | | * | | Start on testing/fixing indirect calls of builtins. | Arnold D. Robbins | 2015-03-20 | 7 | -5/+319 |
| | | | | | |||||
| * | | | | Minor doc edits. | Arnold D. Robbins | 2015-03-31 | 4 | -465/+479 |
| | | | | | |||||
* | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-27 | 49 | -1121/+2775 |
|\| | | | | |||||
| * | | | | Update NEWS. | Arnold D. Robbins | 2015-03-27 | 2 | -0/+7 |
| | | | | | |||||
| * | | | | Some more cleanups. Ready to merge! | Arnold D. Robbins | 2015-03-27 | 15 | -59/+81 |
| | | | | | |||||
| * | | | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-27 | 8 | -11/+40 |
| |\ \ \ \ | |||||
| | * | | | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-03-24 | 8 | -11/+40 |
| | |\| | | | |||||
| | | * | | | Fix bug where exit with no argument was setting the exit status to zero. | Andrew J. Schorr | 2015-03-24 | 8 | -11/+40 |
| | | | |/ | | | |/| | |||||
| * | | | | General cleanups prepatory to merging. | Arnold D. Robbins | 2015-03-24 | 9 | -626/+680 |
| | | | | | |||||
| * | | | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-24 | 4 | -83/+138 |
| |\| | | | |||||
| | * | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-24 | 4 | -83/+138 |
| | |\| | | |||||
| | | * | | Doc updates. | Arnold D. Robbins | 2015-03-24 | 4 | -82/+137 |
| | | |/ | |||||
| * | | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-20 | 109 | -10333/+12643 |
| |\| | | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-18 | 23 | -174/+250 |
| | |\| | |||||
| | | * | Update to libtool 2.4.6. | Arnold D. Robbins | 2015-03-18 | 13 | -56/+98 |
| | | | | |||||
| | | * | Bug fix to inplace extension and doc updates. | Arnold D. Robbins | 2015-03-18 | 11 | -117/+151 |
| | | | | |||||
| * | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 14 | -365/+405 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 69 | -7220/+4823 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-20 | 6 | -715/+735 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 38 | -1197/+1204 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 9 | -59/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44. | ||||
| * | | | | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵ | Andrew J. Schorr | 2015-01-08 | 9 | -13/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | succeed. | ||||
| * | | | | | | | Revert changes to API deferred variable creation, since this should be done ↵ | Andrew J. Schorr | 2015-01-08 | 5 | -84/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at lookup time. | ||||
| * | | | | | | | Remove stray call to make_aname in api_set_array_element. | Andrew J. Schorr | 2015-01-07 | 2 | -1/+6 |
| | | | | | | | | |||||
| * | | | | | | | The API should call the astore hook after array assignment. | Andrew J. Schorr | 2015-01-06 | 2 | -2/+15 |
| | | | | | | | | |||||
| * | | | | | | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 12 | -18/+149 |
| | | | | | | | | |||||
| * | | | | | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵ | Andrew J. Schorr | 2015-01-06 | 5 | -38/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly. | ||||
| * | | | | | | | Add test of get_file API. | Andrew J. Schorr | 2015-01-05 | 5 | -2/+75 |
| | | | | | | | | |||||
| * | | | | | | | Add low-level access to the get_file API through the testext sample ↵ | Andrew J. Schorr | 2015-01-05 | 2 | -1/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extension to facilitate further testing. | ||||
| * | | | | | | | Improve texinfo documentation of the get_file API function. | Andrew J. Schorr | 2015-01-05 | 4 | -123/+151 |
| | | | | | | | | |||||
| * | | | | | | | Add read timeout/retry test. | Andrew J. Schorr | 2015-01-05 | 6 | -5/+74 |
| | | | | | | | | |||||
| * | | | | | | | In texinfo docs, replace "Retrying I/O" with more accurate "Retrying Input". | Andrew J. Schorr | 2015-01-05 | 4 | -591/+597 |
| | | | | | | | | |||||
| * | | | | | | | Add new errno test to make sure PROCINFO["errno"] is working. | Andrew J. Schorr | 2015-01-05 | 5 | -1/+32 |
| | | | | | | | | |||||
| * | | | | | | | Fix bug in io.c:wait_any where we may not have waited for the requested ↵ | Andrew J. Schorr | 2015-01-05 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child process exit status. | ||||
| * | | | | | | | Document the new get_file API function in gawktexi.in. | Andrew J. Schorr | 2015-01-04 | 6 | -564/+741 |
| | | | | | | | | |||||
| * | | | | | | | Document new user-visible features in gawk.1 and gawktexi.in. | Andrew J. Schorr | 2015-01-04 | 7 | -606/+813 |
| | | | | | | | | |||||
| * | | | | | | | Remove api_get_file typelen argument. | Andrew J. Schorr | 2015-01-02 | 5 | -20/+32 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-02 | 15 | -1300/+1427 |
| |\ \ \ \ \ \ \ |