aboutsummaryrefslogtreecommitdiffstats
path: root/extension/testext.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-1/+27
* Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-131-1/+1
* Remove incorrect * on ext_id in extensions and in doc.Arnold D. Robbins2018-01-111-1/+1
* Fix the test suite for the MinGW build.Eli Zaretskii2017-08-191-1/+1
* Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-211-0/+9
* Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-221-0/+2
* Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-28/+28
* Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-14/+14
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-8/+8
* Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-271-0/+12
* Merge branch 'master' into selectAndrew J. Schorr2015-01-191-11/+9
|\
| * Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-071-4/+4
* | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-191-8/+10
* | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-081-10/+8
* | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-1/+70
* | Add low-level access to the get_file API through the testext sample extension...Andrew J. Schorr2015-01-051-1/+67
* | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-1/+1
* | Add new functions input_fd and output_fd to the select extension.Andrew J. Schorr2014-11-091-6/+6
* | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-061-0/+60
|/
* 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