Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-26 | 4 | -138/+142 |
| |\ | |||||
| | * | Sort the glossary. | Arnold D. Robbins | 2014-12-26 | 4 | -138/+142 |
| | | | |||||
| * | | Minor bug fix in pretty printing code. | Arnold D. Robbins | 2014-12-24 | 2 | -0/+6 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-24 | 1 | -5/+5 |
| |\| | |||||
| | * | Fix test/ChangeLog. | Arnold D. Robbins | 2014-12-24 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-24 | 13 | -1163/+1280 |
| |\| | |||||
| | * | New test for bad builds (with non-bison). | Arnold D. Robbins | 2014-12-24 | 7 | -4/+35 |
| | | | |||||
| | * | If a test fails, run make diffout and exit 1. | Arnold D. Robbins | 2014-12-24 | 3 | -2/+8 |
| | | | |||||
| | * | Update it.po. | Arnold D. Robbins | 2014-12-24 | 1 | -572/+602 |
| | | | |||||
| | * | Update texinfo.tex. | Arnold D. Robbins | 2014-12-24 | 2 | -46/+79 |
| | | | |||||
| | * | Typo in exponentiation fix in manual. | Arnold D. Robbins | 2014-12-24 | 3 | -2/+4 |
| | | | |||||
| | * | Update foreword from Mike Brennan. | Arnold D. Robbins | 2014-12-24 | 4 | -553/+566 |
| | | | |||||
* | | | Remove the select extension, since it will be part of gawkextlib. | Andrew J. Schorr | 2015-01-02 | 8 | -807/+20 |
| | | | |||||
* | | | Remove the errno extension, since it is now part of gawkextlib. | Andrew J. Schorr | 2014-12-14 | 5 | -634/+23 |
| | | | |||||
* | | | More autotools updates to derived files in the extension subdirectory. | Andrew J. Schorr | 2014-12-14 | 3 | -20/+249 |
| | | | |||||
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2014-12-14 | 81 | -6892/+8388 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-12 | 4 | -3/+8 |
| |\| | |||||
| | * | Small doc fix. | Arnold D. Robbins | 2014-12-12 | 4 | -3/+8 |
| | | | |||||
| * | | Improve comment handling in pretty printing. | Arnold D. Robbins | 2014-12-12 | 7 | -797/+976 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-10 | 2 | -24/+19 |
| |\| | |||||
| | * | Sync dfa.c with grep. | Arnold D. Robbins | 2014-12-10 | 2 | -24/+19 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-10 | 4 | -460/+461 |
| |\| | |||||
| | * | More doc fixes. | Arnold D. Robbins | 2014-12-10 | 4 | -459/+460 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-09 | 4 | -443/+447 |
| |\| | |||||
| | * | More minor doc edits. | Arnold D. Robbins | 2014-12-09 | 4 | -442/+446 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-07 | 4 | -488/+493 |
| |\| | |||||
| | * | Minor edits. | Arnold D. Robbins | 2014-12-07 | 4 | -487/+492 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-06 | 4 | -438/+442 |
| |\| | |||||
| | * | A minor doc fix. | Arnold D. Robbins | 2014-12-06 | 4 | -437/+441 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-05 | 4 | -591/+621 |
| |\| | |||||
| | * | More info on CGI. | Arnold D. Robbins | 2014-12-05 | 3 | -519/+537 |
| | | | |||||
| | * | Minor fixes and updates to the manual. | Arnold D. Robbins | 2014-12-05 | 4 | -584/+596 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-26 | 2 | -1/+5 |
| |\| | |||||
| | * | Fix test/Gentests. | Arnold D. Robbins | 2014-11-26 | 2 | -1/+5 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-26 | 4 | -2/+11 |
| |\| | |||||
| | * | Fixes for new gensub warnings. | Arnold D. Robbins | 2014-11-26 | 4 | -2/+11 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-25 | 2 | -2/+9 |
| |\| | |||||
| | * | Improve warnings in gensub. | Arnold D. Robbins | 2014-11-25 | 2 | -2/+9 |
| | | | |||||
| * | | Update doc on environment vars. | Arnold D. Robbins | 2014-11-23 | 5 | -400/+424 |
| | | |