Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Minor configure.ac/Makefile.am change for more elegant shared library support. | Andrew J. Schorr | 2012-07-25 | 8 | -4/+23 | |
| | | | ||||||
| * | | Fix plug-ins on Mac OS X. | Arnold D. Robbins | 2012-07-24 | 3 | -0/+14 | |
| | | | ||||||
| * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-07-20 | 3 | -35/+47 | |
| |\ \ | ||||||
| | * | | Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE. | Andrew J. Schorr | 2012-07-17 | 3 | -36/+48 | |
| | | | | ||||||
| * | | | Add initial man pages for some of the extensions. | Arnold D. Robbins | 2012-07-20 | 5 | -0/+604 | |
| | | | | ||||||
| * | | | Update doc in header. Redo update_scalar. | Arnold D. Robbins | 2012-07-20 | 3 | -50/+55 | |
| |/ / | ||||||
| * | | More API work. | Arnold D. Robbins | 2012-07-17 | 1 | -31/+42 | |
| | | | ||||||
| * | | Add AWK_VALUE_COOKIE. And performance speedup. | Arnold D. Robbins | 2012-07-17 | 5 | -2/+75 | |
| | | | ||||||
| * | | Minor performance improvement in sym_update_scalar. | Arnold D. Robbins | 2012-07-16 | 2 | -6/+51 | |
| | | | ||||||
| * | | fnmatch extension improvements. | Arnold D. Robbins | 2012-07-16 | 5 | -13/+24 | |
| | | | ||||||
| * | | Additional test for AWK_SCALAR. | Arnold D. Robbins | 2012-07-15 | 4 | -0/+83 | |
| | | | ||||||
| * | | Refactoring filefuncs.c before fts changes. | Arnold D. Robbins | 2012-07-13 | 2 | -28/+44 | |
| | | | ||||||
| * | | Simplify code in testext.c. | Arnold D. Robbins | 2012-07-12 | 2 | -27/+12 | |
| | | | ||||||
| * | | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 11 | -10/+194 | |
| | | | ||||||
| * | | Minor doc updates. | Arnold D. Robbins | 2012-07-12 | 2 | -1/+4 | |
| | | | ||||||
| * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-07-12 | 3 | -13/+91 | |
| |\ \ | ||||||
| | * | | Add sym_lookup_scalar to API for fast scalar_cookie value retrieval. | Andrew J. Schorr | 2012-07-12 | 3 | -3/+48 | |
| | | | | ||||||
| | * | | API array functions now accept any scalar value for an array subscript. | Andrew J. Schorr | 2012-07-11 | 2 | -10/+43 | |
| | | | | ||||||
| * | | | Add fnmatch extension. | Arnold D. Robbins | 2012-07-12 | 13 | -10/+250 | |
| |/ / | ||||||
| * | | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 10 | -1/+37 | |
| | | | ||||||
| * | | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 10 | -111/+284 | |
| | | | ||||||
| * | | Patch API sym_update to accept AWK_UNDEFINED for "". | Andrew J. Schorr | 2012-07-11 | 2 | -1/+6 | |
| | | | ||||||
| * | | Improve lint warning message about a previously loaded shared library. | Andrew J. Schorr | 2012-07-10 | 3 | -2/+16 | |
| | | | ||||||
| * | | Change to readfile return value. | Arnold D. Robbins | 2012-07-09 | 2 | -6/+12 | |
| | | | ||||||
| * | | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 8 | -50/+57 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 9 | -519/+516 | |
| | | | ||||||
| * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-06-29 | 2 | -2/+17 | |
| |\ \ | ||||||
| | * | | Protect against race condition in test/time.awk. | Andrew J. Schorr | 2012-06-28 | 2 | -2/+17 | |
| | | | | ||||||
| * | | | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 4 | -9/+42 | |
| |/ / | ||||||
| * | | Add rwarray to extension tests. | Arnold D. Robbins | 2012-06-25 | 10 | -10/+822 | |
| | | | ||||||
| * | | Make rwarray.awk read regular input. | Arnold D. Robbins | 2012-06-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 6 | -31/+71 | |
| | | | ||||||
| * | | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 8 | -84/+77 | |
| | | | ||||||
| * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 8 | -258/+293 | |
| | | | ||||||
| * | | Update NEWS a bit. | Arnold D. Robbins | 2012-06-21 | 1 | -2/+6 | |
| | | | ||||||
| * | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 6 | -48/+24 | |
| | | | ||||||
| * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 10 | -51/+68 | |
| | | | ||||||
| * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 9 | -18/+179 | |
| | | | ||||||
| * | | Restore stopme() debugging function. | Arnold D. Robbins | 2012-06-20 | 4 | -0/+28 | |
| | | | ||||||
| * | | Additional debugging flags at compile time. | Arnold D. Robbins | 2012-06-19 | 3 | -4/+9 | |
| | | | ||||||
| * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 9 | -28/+79 | |
| | | | ||||||
| * | | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 6 | -33/+35 | |
| | | | ||||||
| * | | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 9 | -50/+234 | |
| | | | ||||||
| * | | Add testext to list of shared library tests. | Arnold D. Robbins | 2012-06-18 | 4 | -4/+54 | |
| | | | ||||||
| * | | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 5 | -5/+35 | |
| | | | ||||||
| * | | Add some prints. | Arnold D. Robbins | 2012-06-17 | 1 | -1/+9 | |
| | | | ||||||
| * | | Still more API and testext.c work. | Arnold D. Robbins | 2012-06-17 | 10 | -93/+345 | |
| | | | ||||||
| * | | Minor cleanups in extension/time.c. | Andrew J. Schorr | 2012-06-14 | 2 | -3/+6 | |
| | | | ||||||
| * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 12 | -58/+258 | |
| | | | ||||||
| * | | Further cleanups and improvements in API. | Arnold D. Robbins | 2012-06-12 | 12 | -101/+184 | |
| | | |