Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fixes in comments. | Arnold D. Robbins | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -2/+1 |
| | |||||
* | Doc cleanups after merge. Totally break binary compat in the API. | Arnold D. Robbins | 2016-12-22 | 1 | -29/+37 |
| | |||||
* | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -1/+1 |
| | | | |||||
* | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -24/+119 |
| | | | |||||
* | | | Improve API regex support. | Andrew J. Schorr | 2016-12-04 | 1 | -1/+5 |
| | | | |||||
* | | | Add flatten_array_typed to the API. | Andrew J. Schorr | 2016-12-04 | 1 | -18/+28 |
|/ / | |||||
* / | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+32 |
|/ | |||||
* | Further code improvements and doc changes as diff until merge. | Arnold D. Robbins | 2016-11-12 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -8/+8 |
|\ | |||||
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -8/+8 |
| | | |||||
* | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 1 | -9/+48 |
| | | | | | | | | terminated copies for the API. | ||||
* | | Document string termination in header files and remove no-longer-needed ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -0/+2 |
|/ | | | | string termination logic in various places. | ||||
* | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-07-01 | 1 | -2/+1 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -2/+1 |
| |\ | |||||
| | * | Minor fixes in gawkapi.c. | Arnold D. Robbins | 2016-07-01 | 1 | -3/+2 |
| | | | |||||
* | | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵ | Andrew J. Schorr | 2016-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | stfmt issues. | ||||
* | | | Fix gawkapi node_to_awk_value to check scalar type correctly. | Andrew J. Schorr | 2016-06-14 | 1 | -0/+2 |
| | | | |||||
* | | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -9/+5 |
|/ / | | | | | | | and lint checks. | ||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
|\| | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -3/+3 |
|\| | |||||
| * | Remove useless "optional" argument to get_actual_argument. | Andrew J. Schorr | 2016-05-26 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -3/+3 |
|\| | |||||
| * | Optimize API function argument retrieval to eliminate a duplicate call to ↵ | Andrew J. Schorr | 2016-05-26 | 1 | -3/+3 |
| | | | | | | | | get_argument. | ||||
* | | Add nonfatal error message facility to extension API. | Arnold D. Robbins | 2016-05-25 | 1 | -1/+18 |
| | | |||||
* | | Some more cleanups. Ready to merge! | Arnold D. Robbins | 2015-03-27 | 1 | -2/+2 |
| | | |||||
* | | General cleanups prepatory to merging. | Arnold D. Robbins | 2015-03-24 | 1 | -22/+31 |
| | | |||||
* | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-20 | 1 | -2/+2 |
|\| | |||||
| * | Update copyright dates. | Arnold D. Robbins | 2015-02-06 | 1 | -1/+1 |
| | | |||||
| * | Remove unneeded calls to make_aname. | Arnold D. Robbins | 2015-01-20 | 1 | -1/+0 |
| | | |||||
* | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 1 | -12/+2 |
| | | | | | | | | | | | | 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 | -2/+12 |
| | | | | | | | | succeed. | ||||
* | | Revert changes to API deferred variable creation, since this should be done ↵ | Andrew J. Schorr | 2015-01-08 | 1 | -41/+4 |
| | | | | | | | | at lookup time. | ||||
* | | Remove stray call to make_aname in api_set_array_element. | Andrew J. Schorr | 2015-01-07 | 1 | -1/+0 |
| | | |||||
* | | The API should call the astore hook after array assignment. | Andrew J. Schorr | 2015-01-06 | 1 | -2/+9 |
| | | |||||
* | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 1 | -9/+17 |
| | | |||||
* | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵ | Andrew J. Schorr | 2015-01-06 | 1 | -2/+26 |
| | | | | | | | | properly. | ||||
* | | Remove api_get_file typelen argument. | Andrew J. Schorr | 2015-01-02 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'master' into select | Andrew J. Schorr | 2014-11-09 | 1 | -1/+4 |
|\| | |||||
| * | Fix api to treat an uninitialized value as AWK_UNDEFINED. | Andrew J. Schorr | 2014-11-09 | 1 | -1/+4 |
| | | |||||
* | | Enhance get_file API to return info about input and output and to enable ↵ | Andrew J. Schorr | 2014-11-06 | 1 | -8/+12 |
| | | | | | | | | extensions to create already-opened files or sockets. | ||||
* | | Merge branch 'master' into select | Andrew J. Schorr | 2014-04-13 | 1 | -60/+65 |
|\| | |||||
| * | 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 | -0/+6 |
| | | |||||
| * | Lots of enum/int fixes. | Arnold D. Robbins | 2014-02-27 | 1 | -59/+58 |
| | | |||||
| * | Force array indices to be strings in flatten_array API. | Arnold D. Robbins | 2013-07-04 | 1 | -3/+8 |
| | | |||||
* | | Remove unused api_lookup_file hook. | Andrew J. Schorr | 2013-07-02 | 1 | -23/+5 |
| | |