aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-1/+1
* Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-1/+4
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-8/+8
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-8/+8
* | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-9/+48
* | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-0/+2
|/
* Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-07-011-2/+1
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-011-2/+1
| |\
| | * Minor fixes in gawkapi.c.Arnold D. Robbins2016-07-011-3/+2
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+1
* | | Fix gawkapi node_to_awk_value to check scalar type correctly.Andrew J. Schorr2016-06-141-0/+2
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-9/+5
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-3/+3
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Optimize API function argument retrieval to eliminate a duplicate call to get...Andrew J. Schorr2016-05-261-3/+3
* | Add nonfatal error message facility to extension API.Arnold D. Robbins2016-05-251-1/+18
* | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-271-2/+2
* | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-22/+31
* | Merge branch 'master' into selectArnold D. Robbins2015-03-201-2/+2
|\|
| * Update copyright dates.Arnold D. Robbins2015-02-061-1/+1
| * Remove unneeded calls to make_aname.Arnold D. Robbins2015-01-201-1/+0
* | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-191-12/+2
* | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-081-2/+12
* | Revert changes to API deferred variable creation, since this should be done a...Andrew J. Schorr2015-01-081-41/+4
* | Remove stray call to make_aname in api_set_array_element.Andrew J. Schorr2015-01-071-1/+0
* | The API should call the astore hook after array assignment.Andrew J. Schorr2015-01-061-2/+9
* | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-9/+17
* | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON pr...Andrew J. Schorr2015-01-061-2/+26
* | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-14/+14
* | Merge branch 'master' into selectAndrew J. Schorr2014-11-091-1/+4
|\|
| * Fix api to treat an uninitialized value as AWK_UNDEFINED.Andrew J. Schorr2014-11-091-1/+4
* | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-061-8/+12
* | Merge branch 'master' into selectAndrew J. Schorr2014-04-131-60/+65
|\|
| * 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-0/+6
| * Lots of enum/int fixes.Arnold D. Robbins2014-02-271-59/+58
| * Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-041-3/+8
* | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-021-23/+5
* | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-021-2/+24
* | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-021-3/+8
* | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-301-0/+84
|/
* 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-40/+3
* Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-191-0/+4
* Fix API to update the node type to Node_var when setting an undefined variable.Andrew J. Schorr2012-12-181-0/+3
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-6/+6
|\
| * Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-6/+6