aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Fix count$ in printf for dynamic width/precision.Arnold D. Robbins2015-01-078-4/+35
| | | | |
| | * | | Bug fix in regexp parsing.Arnold D. Robbins2015-01-0710-13/+34
| | | | |
| | * | | Update debug flags for compiling when developing.Arnold D. Robbins2015-01-073-3/+7
| | | | |
* | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-199-59/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
* | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-089-13/+59
| | | | | | | | | | | | | | | | | | | | succeed.
* | | | | Revert changes to API deferred variable creation, since this should be done ↵Andrew J. Schorr2015-01-085-84/+50
| | | | | | | | | | | | | | | | | | | | at lookup time.
* | | | | 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 ↵Andrew J. Schorr2015-01-065-38/+76
| | | | | | | | | | | | | | | | | | | | properly.
* | | | | 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 ↵Andrew J. Schorr2015-01-052-1/+76
| | | | | | | | | | | | | | | | | | | | extension to facilitate further testing.
* | | | | 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 ↵Andrew J. Schorr2015-01-052-1/+13
| | | | | | | | | | | | | | | | | | | | child process exit status.
* | | | | 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
|\| | | |
| * | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-264-138/+142
| |\| | | | | |_|/ | |/| |
| | * | Sort the glossary.Arnold D. Robbins2014-12-264-138/+142
| | | |
| * | | Minor bug fix in pretty printing code.Arnold D. Robbins2014-12-242-0/+6
| | | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-241-5/+5
| |\| |
| | * | Fix test/ChangeLog.Arnold D. Robbins2014-12-241-5/+5
| | | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-2413-1163/+1280
| |\| | | | |/ | |/|
| | * New test for bad builds (with non-bison).Arnold D. Robbins2014-12-247-4/+35
| | |
| | * If a test fails, run make diffout and exit 1.Arnold D. Robbins2014-12-243-2/+8
| | |
| | * Update it.po.Arnold D. Robbins2014-12-241-572/+602
| | |
| | * Update texinfo.tex.Arnold D. Robbins2014-12-242-46/+79
| | |
| | * Typo in exponentiation fix in manual.Arnold D. Robbins2014-12-243-2/+4
| | |
| | * Update foreword from Mike Brennan.Arnold D. Robbins2014-12-244-553/+566
| | |
* | | Remove the select extension, since it will be part of gawkextlib.Andrew J. Schorr2015-01-028-807/+20
| | |
* | | Remove the errno extension, since it is now part of gawkextlib.Andrew J. Schorr2014-12-145-634/+23
| | |
* | | More autotools updates to derived files in the extension subdirectory.Andrew J. Schorr2014-12-143-20/+249
| | |
* | | Merge branch 'master' into selectAndrew J. Schorr2014-12-1481-6892/+8388
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-124-3/+8
| |\|
| | * Small doc fix.Arnold D. Robbins2014-12-124-3/+8
| | |
| * | Improve comment handling in pretty printing.Arnold D. Robbins2014-12-127-797/+976
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-102-24/+19
| |\|
| | * Sync dfa.c with grep.Arnold D. Robbins2014-12-102-24/+19
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-104-460/+461
| |\|
| | * More doc fixes.Arnold D. Robbins2014-12-104-459/+460
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-094-443/+447
| |\|
| | * More minor doc edits.Arnold D. Robbins2014-12-094-442/+446
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-074-488/+493
| |\|
| | * Minor edits.Arnold D. Robbins2014-12-074-487/+492
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-12-064-438/+442
| |\|
| | * A minor doc fix.Arnold D. Robbins2014-12-064-437/+441
| | |