Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more cleanups. Ready to merge! | Arnold D. Robbins | 2015-03-27 | 1 | -0/+12 |
| | |||||
* | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 1 | -11/+9 |
|\ | |||||
| * | Load PROCINFO and ENVIRON if using extensions. | Arnold D. Robbins | 2015-01-07 | 1 | -4/+4 |
| | | |||||
* | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 1 | -8/+10 |
| | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44. | ||||
* | | When an extension calls sym_lookup on a deferred variable, it should always ↵ | Andrew J. Schorr | 2015-01-08 | 1 | -10/+8 |
| | | | | | | | | succeed. | ||||
* | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 1 | -1/+70 |
| | | |||||
* | | Add low-level access to the get_file API through the testext sample ↵ | Andrew J. Schorr | 2015-01-05 | 1 | -1/+67 |
| | | | | | | | | extension to facilitate further testing. | ||||
* | | Remove api_get_file typelen argument. | Andrew J. Schorr | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Add new functions input_fd and output_fd to the select extension. | Andrew J. Schorr | 2014-11-09 | 1 | -6/+6 |
| | | |||||
* | | Enhance get_file API to return info about input and output and to enable ↵ | Andrew J. Schorr | 2014-11-06 | 1 | -0/+60 |
|/ | | | | extensions to create already-opened files or sockets. | ||||
* | Minor improvements in api header, test, and filefuncs. | Arnold D. Robbins | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Add memory allocation functions to gawk API. | Andrew J. Schorr | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | Clean up some -Wextra compile warnings in extensions. | Arnold D. Robbins | 2013-08-22 | 1 | -0/+4 |
| | |||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Remove sym_constant() API and tests. | Arnold D. Robbins | 2012-12-25 | 1 | -2/+2 |
| | |||||
* | Make indirectly updated vars accessable to SYMTAB, API. | Arnold D. Robbins | 2012-12-19 | 1 | -0/+47 |
| | |||||
* | Add awk_true and awk_false to API. | Arnold D. Robbins | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | First pass on Nelson's comments on API chapter. | Arnold D. Robbins | 2012-11-16 | 1 | -21/+21 |
| | |||||
* | Bug fix in testext test and fix flag values. | Arnold D. Robbins | 2012-10-11 | 1 | -4/+6 |
| | |||||
* | Revise testext test. | Arnold D. Robbins | 2012-09-14 | 1 | -2/+0 |
| | |||||
* | Allow extensions read-only access to built-in vars. | Arnold D. Robbins | 2012-09-14 | 1 | -3/+148 |
| | |||||
* | Use config.h properly. Add AC_SYS_LARGEFILE. | Arnold D. Robbins | 2012-08-26 | 1 | -1/+4 |
| | |||||
* | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | Fix warning in extension/testext.c. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+3 |
| | |||||
* | Additional test for AWK_SCALAR. | Arnold D. Robbins | 2012-07-15 | 1 | -0/+59 |
| | |||||
* | Simplify code in testext.c. | Arnold D. Robbins | 2012-07-12 | 1 | -27/+7 |
| | |||||
* | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 1 | -11/+17 |
| | |||||
* | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 1 | -23/+14 |
| | |||||
* | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -36/+32 |
| | |||||
* | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -6/+64 |
| | |||||
* | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -16/+31 |
| | |||||
* | Get most of array flattening done. | Arnold D. Robbins | 2012-06-18 | 1 | -29/+108 |
| | |||||
* | More API implementation progress. | Arnold D. Robbins | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -46/+193 |
| | |||||
* | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -19/+105 |
| | |||||
* | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -8/+139 |
| | |||||
* | Make a start at tests for extension API. | Arnold D. Robbins | 2012-05-30 | 1 | -0/+118 |