aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get most of array flattening done.Arnold D. Robbins2012-06-189-50/+234
|
* Add testext to list of shared library tests.Arnold D. Robbins2012-06-184-4/+54
|
* More API implementation progress.Arnold D. Robbins2012-06-185-5/+35
|
* Add some prints.Arnold D. Robbins2012-06-171-1/+9
|
* Still more API and testext.c work.Arnold D. Robbins2012-06-1710-93/+345
|
* Minor cleanups in extension/time.c.Andrew J. Schorr2012-06-142-3/+6
|
* More API implementations and testext improvements.Arnold D. Robbins2012-06-1212-58/+258
|
* Further cleanups and improvements in API.Arnold D. Robbins2012-06-1212-101/+184
|
* Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-06-1232-391/+435
|\
| * Update TODO.xgawk to show that the time extension has been added.Andrew J. Schorr2012-06-102-4/+7
| |
| * Add time extension providing gettimeofday and sleep.Andrew J. Schorr2012-06-1020-48/+417
| |
| * Remove obsolete comment in extension/Makefile.am.Andrew J. Schorr2012-06-102-3/+5
| |
| * Remove unused (obsolete) files in the extension directory.Andrew J. Schorr2012-06-1012-336/+6
| |
* | Hook in extension at_exit functions.Arnold D. Robbins2012-06-063-0/+9
|/
* Changes to LINT reflect to extn API. Add API tests.Arnold D. Robbins2012-06-067-8/+164
|
* Minor fixes for printf compile warnings.Arnold D. Robbins2012-06-064-3/+14
|
* Minor edits in load_ext.Arnold D. Robbins2012-06-052-9/+10
|
* Remove use of -export-dynamic for GCC.Arnold D. Robbins2012-06-043-22/+5
|
* Make a start at tests for extension API.Arnold D. Robbins2012-05-302-0/+122
|
* Continue refining extension API and implementation.Arnold D. Robbins2012-05-304-34/+93
|
* Further API work.Arnold D. Robbins2012-05-2912-191/+222
|
* Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test.Andrew J. Schorr2012-05-2610-29/+109
|
* Additional changes / some cleanups.Arnold D. Robbins2012-05-2511-5/+57
|
* First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-2431-1420/+922
|
* Move libtool from top configure.ac into extension directory.Andrew J. Schorr2012-05-2137-8563/+21852
|
* Build infrastructure updated.Arnold D. Robbins2012-05-209-107/+83
|
* Fix Italian translation.Arnold D. Robbins2012-05-202-1/+1
|
* 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 ↵Andrew J. Schorr2012-05-133-2/+12
| | | | assoc_lookup.
* 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 ↵Andrew J. Schorr2012-04-086-8/+21
| | | | | | | | shared library tests.
| * 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
| |