aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Robustify extension/readdir.c.Arnold D. Robbins2012-07-265-35/+121
| | | |
| | * | Fix warning in extension/testext.c.Arnold D. Robbins2012-07-262-0/+5
| | | |
| | * | Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-267-6/+84
| | | |
| | * | Enable gettext in extensions.Arnold D. Robbins2012-07-263-0/+11
| | | |
| | * | Document the parser interface and remove some excessive readdir paranoia.Andrew J. Schorr2012-07-265-23/+62
| | | |
| | * | Fix api_sym_update_scalar.Andrew J. Schorr2012-07-262-31/+53
| | | |
| | * | Add translation to the extensions.Arnold D. Robbins2012-07-259-41/+81
| | | |
| | * | Remove translation of errno strings from API.Arnold D. Robbins2012-07-258-18/+28
| | | |
| | * | Upate po/POTFILES.in.Arnold D. Robbins2012-07-252-1/+17
| | | |
| | * | Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-2510-86/+365
| | | |
| | * | Minor configure.ac/Makefile.am change for more elegant shared library support.Andrew J. Schorr2012-07-258-4/+23
| | | |
| | * | Fix plug-ins on Mac OS X.Arnold D. Robbins2012-07-243-0/+14
| | | |
| | * | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-07-203-35/+47
| | |\ \
| | | * | Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE.Andrew J. Schorr2012-07-173-36/+48
| | | | |
| | * | | Add initial man pages for some of the extensions.Arnold D. Robbins2012-07-205-0/+604
| | | | |
| | * | | Update doc in header. Redo update_scalar.Arnold D. Robbins2012-07-203-50/+55
| | |/ /
| | * | More API work.Arnold D. Robbins2012-07-171-31/+42
| | | |
| | * | Add AWK_VALUE_COOKIE. And performance speedup.Arnold D. Robbins2012-07-175-2/+75
| | | |
| | * | Minor performance improvement in sym_update_scalar.Arnold D. Robbins2012-07-162-6/+51
| | | |
| | * | fnmatch extension improvements.Arnold D. Robbins2012-07-165-13/+24
| | | |
| | * | Additional test for AWK_SCALAR.Arnold D. Robbins2012-07-154-0/+83
| | | |
| | * | Refactoring filefuncs.c before fts changes.Arnold D. Robbins2012-07-132-28/+44
| | | |
| | * | Simplify code in testext.c.Arnold D. Robbins2012-07-122-27/+12
| | | |
| | * | Allow creation of constants from extensions.Arnold D. Robbins2012-07-1211-10/+194
| | | |
| | * | Minor doc updates.Arnold D. Robbins2012-07-122-1/+4
| | | |
| | * | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-07-123-13/+91
| | |\ \
| | | * | 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
| | | |