aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
* Updated autoconf (.ac) files. Remove RETSIGTYPE.Arnold D. Robbins2015-04-162-2/+6
|
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-1/+1
|\
| * Update copyright date in extension/Makefile.in.Arnold D. Robbins2015-04-081-1/+1
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-085-5/+10
|\|
| * Update copyright years in extension files.Arnold D. Robbins2015-04-085-5/+10
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-072-12/+12
|\|
| * Update copyrights and prep towards release.Arnold D. Robbins2015-04-072-12/+12
| |
* | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-272-0/+16
| |
* | Merge branch 'master' into selectArnold D. Robbins2015-03-2014-67/+114
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-1810-66/+94
| |\|
| | * Update to libtool 2.4.6.Arnold D. Robbins2015-03-189-47/+84
| | |
| | * Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-182-19/+10
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-173-4/+13
| |\|
| | * Document a limitation in the inplace extension.Arnold D. Robbins2015-03-172-2/+6
| | |
| | * Fix a compiler warning.Arnold D. Robbins2015-03-172-2/+7
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-263-2/+8
| |\|
| | * Fixes for building a tarball.Arnold D. Robbins2015-02-263-2/+8
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-112-1/+5
| |\|
| | * O'Reilly edits, through Chapter 16.Arnold D. Robbins2015-02-112-1/+5
| | |
* | | 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
| | |