aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | Move to Bison 3.0.4.Arnold D. Robbins2015-01-244-5/+11
| | | | | | | | |
| | * | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-234-50/+502
| | |\| | | | | |
| | | * | | | | | Add more entries to the glossary.Arnold D. Robbins2015-01-234-48/+500
| | | | | | | | |
| | | * | | | | | Minor doc edit.Arnold D. Robbins2015-01-232-2/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-234-852/+890
| | |\| | | | | |
| | | * | | | | | More O'Reilly fixes.Arnold D. Robbins2015-01-234-851/+889
| | | | | | | | |
| | * | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-214-1403/+691
| | |\| | | | | | | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Remove obsolete start/end of range indexing comments.Arnold D. Robbins2015-01-213-728/+1
| | | | | | | |
| | | * | | | | More O'Reilly fixes.Arnold D. Robbins2015-01-214-678/+695
| | | | | | | |
| * | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-206-715/+735
| |\| | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-207-714/+733
| | |\| | | | |
| | | * | | | | Fix a typo.Arnold D. Robbins2015-01-203-448/+448
| | | | | | | |
| | | * | | | | Remove unneeded calls to make_aname.Arnold D. Robbins2015-01-203-3/+8
| | | | | | | |
| | | * | | | | O'Reilly fixes.Arnold D. Robbins2015-01-204-707/+721
| | | | | | | |
| * | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-1938-1197/+1204
| |\| | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-1910-621/+638
| | |\| | | | |
| | | * | | | | Doc edits.Arnold D. Robbins2015-01-196-613/+623
| | | | | | | |
| | | * | | | | Update to bison 3.0.3.Arnold D. Robbins2015-01-194-7/+14
| | | | | | | |
| | * | | | | | Finish adding profile8 test.Arnold D. Robbins2015-01-193-2/+13
| | | | | | | |
| | * | | | | | Bug fix in pretty-printing comments and test case.Arnold D. Robbins2015-01-168-350/+395
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-157-7/+13
| | |\| | | | |
| | | * | | | | Sync some external files.Arnold D. Robbins2015-01-157-7/+13
| | | | | | | |
| | * | | | | | Update TODO.Arnold D. Robbins2015-01-151-4/+0
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-144-4/+4
| | |\| | | | |
| | | * | | | | Fix dumpvars test after removing deferred variables.Arnold D. Robbins2015-01-144-4/+4
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-149-535/+387
| | |\| | | | | | | | |_|_|_|/ | | |/| | | |
| | | * | | | Remove deferred variables.Arnold D. Robbins2015-01-149-535/+387
| | | | | | |
| | * | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-0718-396/+478
| | |\| | | | | | | |_|_|/ | | |/| | |
| | | * | | Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-077-376/+402
| | | | | |
| | | * | | 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
| |\| | | |