summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into wasted-bytewasted-byteArnold D. Robbins2015-04-0324-975/+1705
|\
| * Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-0317-449/+476
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-3118-718/+1407
| |\
| | * Small doc fix.Arnold D. Robbins2015-03-314-334/+335
| | * Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-3118-669/+1362
| | |\
| | | * Update doc on calling built-ins indirectly.feature/fix-indirect-callArnold D. Robbins2015-03-314-298/+337
| | | * Add tests for indirect call of builtins.Arnold D. Robbins2015-03-316-2/+64
| | | * Get indirect calls working!Arnold D. Robbins2015-03-316-20/+207
| | | * Further improvements. sub/gsub working.Arnold D. Robbins2015-03-316-34/+97
| | | * Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-248-373/+395
| | | * Fix a test.Arnold D. Robbins2015-03-242-0/+5
| | | * Merge branch 'gawk-4.1-stable' into feature/fix-indirect-callArnold D. Robbins2015-03-244-82/+137
| | | |\
| | | * | Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-207-5/+319
| * | | | Minor doc edits.Arnold D. Robbins2015-03-314-465/+479
* | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-2749-1121/+2775
|\ \ \ \ \ | |/ / / /
| * | | | Update NEWS.Arnold D. Robbins2015-03-272-0/+7
| * | | | Some more cleanups. Ready to merge!selectArnold D. Robbins2015-03-2715-59/+81
| * | | | Merge branch 'master' into selectArnold D. Robbins2015-03-278-11/+40
| |\ \ \ \
| | * \ \ \ Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-248-11/+40
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-248-11/+40
| | | | |/ | | | |/|
| * | | | General cleanups prepatory to merging.Arnold D. Robbins2015-03-249-626/+680
| * | | | Merge branch 'master' into selectArnold D. Robbins2015-03-244-83/+138
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-244-83/+138
| | |\ \ \ | | | |/ /
| | | * | Doc updates.Arnold D. Robbins2015-03-244-82/+137
| | | |/
| * | | Merge branch 'master' into selectArnold D. Robbins2015-03-20109-10333/+12643
| |\ \ \ | | |/ /
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-1823-174/+250
| | |\ \ | | | |/
| | | * Update to libtool 2.4.6.Arnold D. Robbins2015-03-1813-56/+98
| | | * Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-1811-117/+151
| * | | Merge branch 'master' into selectAndrew J. Schorr2015-02-0114-365/+405
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-0169-7220/+4823
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-206-715/+735
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-1938-1197/+1204
| |\ \ \ \ \ \
| * | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-199-59/+13
| * | | | | | | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-089-13/+59
| * | | | | | | Revert changes to API deferred variable creation, since this should be done a...Andrew J. Schorr2015-01-085-84/+50
| * | | | | | | Remove stray call to make_aname in api_set_array_element.Andrew J. Schorr2015-01-072-1/+6
| * | | | | | | The API should call the astore hook after array assignment.Andrew J. Schorr2015-01-062-2/+15
| * | | | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-0612-18/+149
| * | | | | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON pr...Andrew J. Schorr2015-01-065-38/+76
| * | | | | | | Add test of get_file API.Andrew J. Schorr2015-01-055-2/+75
| * | | | | | | Add low-level access to the get_file API through the testext sample extension...Andrew J. Schorr2015-01-052-1/+76
| * | | | | | | Improve texinfo documentation of the get_file API function.Andrew J. Schorr2015-01-054-123/+151
| * | | | | | | Add read timeout/retry test.Andrew J. Schorr2015-01-056-5/+74
| * | | | | | | In texinfo docs, replace "Retrying I/O" with more accurate "Retrying Input".Andrew J. Schorr2015-01-054-591/+597
| * | | | | | | Add new errno test to make sure PROCINFO["errno"] is working.Andrew J. Schorr2015-01-055-1/+32
| * | | | | | | Fix bug in io.c:wait_any where we may not have waited for the requested child...Andrew J. Schorr2015-01-052-1/+13
| * | | | | | | Document the new get_file API function in gawktexi.in.Andrew J. Schorr2015-01-046-564/+741
| * | | | | | | Document new user-visible features in gawk.1 and gawktexi.in.Andrew J. Schorr2015-01-047-606/+813
| * | | | | | | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-025-20/+32
| * | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-0215-1300/+1427
| |\ \ \ \ \ \ \