summaryrefslogtreecommitdiff
path: root/gawkapi.c
Commit message (Expand)AuthorAgeFilesLines
* Some more cleanups. Ready to merge!selectArnold 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
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-1/+1
|/
* Minor cleanup in calls to mpfr routines.Arnold D. Robbins2012-11-141-6/+2
* Add null pointer checks in gawkapi.c.Arnold D. Robbins2012-11-101-16/+70
* Cleanups in gawkapi.h and adjustments for them.Arnold D. Robbins2012-10-101-19/+25
* Clean up make_str_node macro.Arnold D. Robbins2012-10-041-2/+2
* Allow extensions read-only access to built-in vars.Arnold D. Robbins2012-09-141-4/+15
* Fix so will compile if no dynamic lib support.Arnold D. Robbins2012-08-311-1/+13
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+40
* Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-241-4/+38
* Add fts() extension, support, doc, and test.Arnold D. Robbins2012-08-081-0/+1
* Update input_parser interface for RT.Arnold D. Robbins2012-07-291-29/+0
* Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-271-2/+1
* Minor bug fix in api_set_RT.Arnold D. Robbins2012-07-261-1/+1
* Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-261-1/+33
* Fix api_sym_update_scalar.Andrew J. Schorr2012-07-261-31/+47
* Remove translation of errno strings from API.Arnold D. Robbins2012-07-251-3/+2
* Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-251-4/+4
* Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-07-201-35/+18
|\
| * Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE.Andrew J. Schorr2012-07-171-36/+19