Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add os_isreadable function for future use. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Add set_RT to API and to readdir extension. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Document the parser interface and remove some excessive readdir paranoia. | Andrew J. Schorr | 2012-07-26 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Fix api_sym_update_scalar. | Andrew J. Schorr | 2012-07-26 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+13 | |
| | | | | ||||||
| | * | | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+23 | |
| | | | | ||||||
| | * | | Minor configure.ac/Makefile.am change for more elegant shared library support. | Andrew J. Schorr | 2012-07-25 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Fix plug-ins on Mac OS X. | Arnold D. Robbins | 2012-07-24 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-07-20 | 1 | -0/+18 | |
| | |\ \ | ||||||
| | | * | | Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE. | Andrew J. Schorr | 2012-07-17 | 1 | -0/+18 | |
| | | | | | ||||||
| | * | | | Update doc in header. Redo update_scalar. | Arnold D. Robbins | 2012-07-20 | 1 | -0/+6 | |
| | |/ / | ||||||
| | * | | Add AWK_VALUE_COOKIE. And performance speedup. | Arnold D. Robbins | 2012-07-17 | 1 | -0/+18 | |
| | | | | ||||||
| | * | | Minor performance improvement in sym_update_scalar. | Arnold D. Robbins | 2012-07-16 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | Add sym_lookup_scalar to API for fast scalar_cookie value retrieval. | Andrew J. Schorr | 2012-07-12 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | API array functions now accept any scalar value for an array subscript. | Andrew J. Schorr | 2012-07-11 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+27 | |
| | | | | ||||||
| | * | | Patch API sym_update to accept AWK_UNDEFINED for "". | Andrew J. Schorr | 2012-07-11 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Improve lint warning message about a previously loaded shared library. | Andrew J. Schorr | 2012-07-10 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -0/+26 | |
| | | | | ||||||
| | * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -2/+12 | |
| | | | | ||||||
| | * | | Restore stopme() debugging function. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Additional debugging flags at compile time. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Still more API and testext.c work. | Arnold D. Robbins | 2012-06-17 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -1/+17 | |
| | | | | ||||||
| | * | | Further cleanups and improvements in API. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-06-12 | 1 | -0/+9 | |
| | |\ \ | ||||||
| | | * | | Update TODO.xgawk to show that the time extension has been added. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+4 | |
| | | | | | ||||||
| | | * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Hook in extension at_exit functions. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+3 | |
| | |/ / | ||||||
| | * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Minor fixes for printf compile warnings. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Minor edits in load_ext. | Arnold D. Robbins | 2012-06-05 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Remove use of -export-dynamic for GCC. | Arnold D. Robbins | 2012-06-04 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Continue refining extension API and implementation. | Arnold D. Robbins | 2012-05-30 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 1 | -1/+16 | |
| | | | | ||||||
| | * | | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test. | Andrew J. Schorr | 2012-05-26 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -0/+9 | |
| | | | |