aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Add sym_lookup_scalar to API for fast scalar_cookie value retrieval.Andrew J. Schorr2012-07-123-3/+48
| | | | |
| | | * | API array functions now accept any scalar value for an array subscript.Andrew J. Schorr2012-07-112-10/+43
| | | | |
| | * | | Add fnmatch extension.Arnold D. Robbins2012-07-1213-10/+250
| | |/ /
| | * | Add ability to call an initialization routine.Arnold D. Robbins2012-07-1110-1/+37
| | | |
| | * | API clean up and require strings to be malloced.Arnold D. Robbins2012-07-1110-111/+284
| | | |
| | * | Patch API sym_update to accept AWK_UNDEFINED for "".Andrew J. Schorr2012-07-112-1/+6
| | | |
| | * | Improve lint warning message about a previously loaded shared library.Andrew J. Schorr2012-07-103-2/+16
| | | |
| | * | Change to readfile return value.Arnold D. Robbins2012-07-092-6/+12
| | | |
| | * | API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-098-50/+57
| | | |
| | * | Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-099-519/+516
| | | |
| | * | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-06-292-2/+17
| | |\ \
| | | * | Protect against race condition in test/time.awk.Andrew J. Schorr2012-06-282-2/+17
| | | | |
| | * | | Minor improvements in doc and in ordchr.c.Arnold D. Robbins2012-06-294-9/+42
| | |/ /
| | * | Add rwarray to extension tests.Arnold D. Robbins2012-06-2510-10/+822
| | | |
| | * | Make rwarray.awk read regular input.Arnold D. Robbins2012-06-251-1/+1
| | | |
| | * | Fix lint checking for extension functions.Arnold D. Robbins2012-06-256-31/+71
| | | |
| | * | Hide private parts of IOBUF from extensions.Andrew J. Schorr2012-06-248-84/+77
| | | |
| | * | Get rwarray extension working with new API.Arnold D. Robbins2012-06-248-258/+293
| | | |
| | * | Update NEWS a bit.Arnold D. Robbins2012-06-211-2/+6
| | | |
| | * | Remove extension() builtin.Arnold D. Robbins2012-06-216-48/+24
| | | |
| | * | Further API code and test code.Arnold D. Robbins2012-06-2110-51/+68
| | | |
| | * | API: Add set_parameter function and test.Arnold D. Robbins2012-06-209-18/+179
| | | |
| | * | Restore stopme() debugging function.Arnold D. Robbins2012-06-204-0/+28
| | | |
| | * | Additional debugging flags at compile time.Arnold D. Robbins2012-06-193-4/+9
| | | |
| | * | Delete marked elements from flattened array.Arnold D. Robbins2012-06-199-28/+79
| | | |
| | * | Fix code duplication in gawkapi.c from msg.c.Arnold D. Robbins2012-06-196-33/+35
| | | |
| | * | 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
| | | |