summaryrefslogtreecommitdiff
path: root/extension/testext.c
Commit message (Expand)AuthorAgeFilesLines
* Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-071-4/+4
* Minor improvements in api header, test, and filefuncs.Arnold D. Robbins2014-09-291-0/+6
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Add memory allocation functions to gawk API.Andrew J. Schorr2014-03-081-2/+2
* Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-221-0/+4
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Remove sym_constant() API and tests.Arnold D. Robbins2012-12-251-2/+2
* Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-191-0/+47
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-301-1/+1
* First pass on Nelson's comments on API chapter.Arnold D. Robbins2012-11-161-21/+21
* Bug fix in testext test and fix flag values.Arnold D. Robbins2012-10-111-4/+6
* Revise testext test.Arnold D. Robbins2012-09-141-2/+0
* Allow extensions read-only access to built-in vars.Arnold D. Robbins2012-09-141-3/+148
* Use config.h properly. Add AC_SYS_LARGEFILE.Arnold D. Robbins2012-08-261-1/+4
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+1
* Fix warning in extension/testext.c.Arnold D. Robbins2012-07-261-0/+3
* Additional test for AWK_SCALAR.Arnold D. Robbins2012-07-151-0/+59
* Simplify code in testext.c.Arnold D. Robbins2012-07-121-27/+7
* Allow creation of constants from extensions.Arnold D. Robbins2012-07-121-2/+2
* Add ability to call an initialization routine.Arnold D. Robbins2012-07-111-0/+1
* API clean up and require strings to be malloced.Arnold D. Robbins2012-07-111-11/+17
* API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-091-23/+14
* Further API code and test code.Arnold D. Robbins2012-06-211-36/+32
* API: Add set_parameter function and test.Arnold D. Robbins2012-06-201-6/+64
* Delete marked elements from flattened array.Arnold D. Robbins2012-06-191-16/+31
* Get most of array flattening done.Arnold D. Robbins2012-06-181-29/+108
* More API implementation progress.Arnold D. Robbins2012-06-181-1/+1
* Add some prints.Arnold D. Robbins2012-06-171-1/+9
* Still more API and testext.c work.Arnold D. Robbins2012-06-171-46/+193
* More API implementations and testext improvements.Arnold D. Robbins2012-06-121-19/+105
* Changes to LINT reflect to extn API. Add API tests.Arnold D. Robbins2012-06-061-8/+139
* Make a start at tests for extension API.Arnold D. Robbins2012-05-301-0/+118