aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More extension work.Arnold D. Robbins2012-05-204-56/+320
* Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkAndrew J. Schorr2012-05-191-1/+52
|\
| * Further ext API progress.Arnold D. Robbins2012-05-181-1/+52
* | Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-1923-653/+881
|/
* More progress on extension API.Arnold D. Robbins2012-05-162-6/+55
* More work on extension API.Arnold D. Robbins2012-05-163-17/+85
* Start fleshing out new extension API.Arnold D. Robbins2012-05-156-54/+939
* Update build infrastructure.Arnold D. Robbins2012-05-154-62/+114
* Add comment to extension/filefuncs.c discussing unref on value from assoc_loo...Andrew J. Schorr2012-05-133-2/+12
* Remove extension/xreadlink.[ch] and update TODO.xgawkAndrew J. Schorr2012-05-135-129/+32
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-1135-1247/+1246
* Fix whitespace in gawkapi.h.Arnold D. Robbins2012-05-111-104/+104
* Merge remote branch 'origin/xgawk-build'Arnold D. Robbins2012-05-0928-1711/+29078
|\
| * Fix comment typo in gawkapi.hAndrew J. Schorr2012-05-071-1/+1
| * Copy new gawkapi.h from xgawk branch.Andrew J. Schorr2012-05-071-0/+216
| * Set array elements properly in stat() extension.Andrew J. Schorr2012-04-112-74/+42
| * Fix memory management bug in unset_ERRNO.Andrew J. Schorr2012-04-092-1/+6
| * Protect against environment VALGRIND value.Andrew J. Schorr2012-04-083-0/+13
| * Update test/Makefile.in to reflect last patch.Andrew J. Schorr2012-04-081-0/+3
| * Add some missing test .ok files to EXTRA_DIST.Andrew J. Schorr2012-04-082-0/+8
| * Fix valgrind targets to respect environment settings and work with for shared...Andrew J. Schorr2012-04-086-8/+21
| * Fix shared library tests to work properly with make diffout.Andrew J. Schorr2012-04-074-8/+15
| * Extension enhancements and tests.Andrew J. Schorr2012-04-0717-24/+314
| * Minor extension fixes.Andrew J. Schorr2012-04-023-4/+12
| * Update valgrind-scan rule.Andrew J. Schorr2012-04-013-4/+8
| * Add valgrind-noleak target.Andrew J. Schorr2012-04-014-2/+18
| * Update ERRNO API.Andrew J. Schorr2012-04-0114-103/+157
| * Remove libtool from repo, since configure makes it.Andrew J. Schorr2012-03-273-10077/+6
| * Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-277-404/+394
| * Rebuild after merge from xgawk.Arnold D. Robbins2012-03-263-389/+420
| * Merge branch 'xgawk' into xgawk-buildArnold D. Robbins2012-03-267-11/+33
| |\
| * | Update TODO.xgawk.Andrew J. Schorr2012-03-261-4/+3
| * | Update TODO.xgawk to mention libltdl.Andrew J. Schorr2012-03-251-0/+3
| * | Rewrite extension/Makefile.amAndrew J. Schorr2012-03-2512-8794/+207
| * | Really Added TODO.xgawkAndrew J. Schorr2012-03-251-0/+116
| * | Added TODO.xgawk.Andrew J. Schorr2012-03-251-0/+4
| * | Pick up README.git changes that Juergen pushed into the xgawk branch.Andrew J. Schorr2012-03-252-1/+33
| * | Add extension/.gitignore to ignore libtool output.Andrew J. Schorr2012-03-252-0/+8
| * | xgawk + derived files needed to buildAndrew J. Schorr2012-03-2418-1614/+47676
* | | Merge branch 'xgawk'Arnold D. Robbins2012-05-0943-213/+1284
|\ \ \
| * | | Fix comment typo in gawkapi.hAndrew J. Schorr2012-05-071-1/+1
| * | | Add new file, gawkapi.h.Arnold D. Robbins2012-05-041-0/+216
| * | | Set array elements properly in stat() extension.Andrew J. Schorr2012-04-112-74/+42
| * | | Fix memory management bug in unset_ERRNO.Andrew J. Schorr2012-04-092-1/+6
| * | | Protect against environment VALGRIND value.Andrew J. Schorr2012-04-082-0/+9
| * | | Add some missing test .ok files to EXTRA_DIST.Andrew J. Schorr2012-04-082-0/+8
| * | | Fix valgrind targets to respect environment settings and work with for shared...Andrew J. Schorr2012-04-084-4/+17
| * | | Fix shared library tests to work properly with make diffout.Andrew J. Schorr2012-04-073-4/+11
| * | | Extension enhancements and tests.Andrew J. Schorr2012-04-0715-21/+243
| * | | Minor extension fixes.Andrew J. Schorr2012-04-023-4/+12