aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into selectAndrew J. Schorr2015-02-0125-3866/+1363
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-2525-3866/+1363
| |\
| | * Move to Libtool 2.4.5.Arnold D. Robbins2015-01-259-161/+1034
| | |
| | * Update to Gettext 0.19.4.Arnold D. Robbins2015-01-2411-3461/+140
| | |
| | * Move to Automake 1.15.Arnold D. Robbins2015-01-2413-247/+192
| | |
* | | Merge branch 'master' into selectAndrew J. Schorr2015-01-192-11/+13
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-072-4/+8
| |\|
| | * Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-072-4/+8
| | |
* | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-192-14/+10
| | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
* | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-082-10/+14
| | | | | | | | | | | | succeed.
* | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-062-1/+77
| | |
* | | 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.
* | | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-022-1/+6
| | |
* | | 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-1412-197/+792
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-232-2/+11
| |\|
| | * Fix compile problems and warnings on current GCC (4.9.2).Arnold D. Robbins2014-11-232-2/+11
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-1910-215/+1013
| |\|
| | * Upgrade infrastructure (automake, gettext, libtool).Arnold D. Robbins2014-11-1910-215/+1013
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-123-0/+17
| |\|
| | * Additional OS/2 fix suggested by Andreas Buening.Arnold D. Robbins2014-11-113-0/+7
| | |
| | * OS/2 fixes.Arnold D. Robbins2014-11-113-0/+10
| | |
* | | Add new functions input_fd and output_fd to the select extension.Andrew J. Schorr2014-11-093-6/+79
| | |
* | | Enhance get_file API to return info about input and output and to enable ↵Andrew J. Schorr2014-11-064-11/+104
| | | | | | | | | | | | extensions to create already-opened files or sockets.
* | | If getline fails due to a retryable I/O error, return -2 without closing the ↵Andrew J. Schorr2014-11-052-2/+60
| | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured.
* | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-034-5/+20
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-082-3/+7
| |\|
| | * Minor cleanup in extension/inplace.c.Arnold D. Robbins2014-10-082-3/+7
| | |
| * | Code review and minor whitespace cleanups.Arnold D. Robbins2014-10-021-4/+0
| | |
| * | Merge branch 'master' into commentArnold D. Robbins2014-09-293-2/+13
| |\ \
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-293-2/+13
| | |\|
| | | * Minor improvements in api header, test, and filefuncs.Arnold D. Robbins2014-09-293-2/+13
| | | |
| * | | Merge branch 'master' into commentArnold D. Robbins2014-08-124-0/+96
| |\| |
| * | | Merge branch 'master' into commentArnold D. Robbins2014-07-313-2/+10
| |\ \ \
| * \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-04-1118-74/+483
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-02-202-11/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-01-1224-4501/+5887
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2013-09-227-5/+37
| |\ \ \ \ \ \ \
| * | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-0/+4
| | | | | | | | |
* | | | | | | | | Merge 'master' into selectAndrew J. Schorr2014-09-214-2/+106
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-123-8/+13
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Revert previous patch; instead define RM.Arnold D. Robbins2014-08-123-8/+13
| | | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-123-4/+11
| |\| | | | | | |
| | * | | | | | | Use rm -f instead of $(RM) in Makefile.am files.Arnold D. Robbins2014-08-123-4/+11
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'master' into cmakeArnold D. Robbins2014-08-123-2/+10
| |\| | | | | |
| | * | | | | | Bug fix in uninstall in extension directory.Arnold D. Robbins2014-07-213-2/+10
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into cmakeJuergen Kahrs2014-06-2425-671/+1180
| |\| | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into cmakeJuergen Kahrs2013-12-2320-3924/+5377
| |\ \ \ \ \ \