summaryrefslogtreecommitdiff
path: root/gawkapi.h
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+19
* Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-041-1/+1
* Move FAKE_FD_VALUE out of gawkapi.h.Arnold D. Robbins2013-05-201-4/+0
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-0/+4
* Gawk 4.1.0 release.gawk-4.1.0Arnold D. Robbins2013-05-101-1/+1
* 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-7/+0
* Move read_func from IOBUF into awk_input_buf_t.Arnold D. Robbins2012-12-191-0/+6
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-301-1/+4
* API minor fixes and doc update.Arnold D. Robbins2012-11-221-16/+28
* More doc edits. Finish up api.texi.Arnold D. Robbins2012-11-041-1/+1
* Forging ahead with API documentation.Arnold D. Robbins2012-10-311-1/+1
* Some minor fixes. See ChangeLog.Arnold D. Robbins2012-10-311-0/+2
* Finished basic text of API chapter!Arnold D. Robbins2012-10-271-1/+1
* Doc updates.Arnold D. Robbins2012-10-271-1/+1
* API doc additions and related other edits.Arnold D. Robbins2012-10-261-2/+6
* Doc additions.Arnold D. Robbins2012-10-241-2/+2
* More documentation work.Arnold D. Robbins2012-10-231-4/+4
* Minor API doc edits.Arnold D. Robbins2012-10-211-9/+13
* z/OS fixes.Arnold D. Robbins2012-10-211-1/+1
* API cleanups and doc additions.Arnold D. Robbins2012-10-141-12/+16
* Cleanups in gawkapi.h and adjustments for them.Arnold D. Robbins2012-10-101-154/+209
* Allow extensions read-only access to built-in vars.Arnold D. Robbins2012-09-141-3/+7
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+12
* Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-241-1/+71
* Make api versions into enum, not defines.Arnold D. Robbins2012-08-121-3/+5
* Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-081-0/+4
* Add fts() extension, support, doc, and test.Arnold D. Robbins2012-08-081-9/+29
* Update input_parser interface for RT.Arnold D. Robbins2012-07-291-6/+7
* Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-271-1/+1
* Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-261-0/+4
* Document the parser interface and remove some excessive readdir paranoia.Andrew J. Schorr2012-07-261-1/+33
* Remove translation of errno strings from API.Arnold D. Robbins2012-07-251-4/+3
* Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-251-10/+18
* Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-07-201-0/+11
|\
| * Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE.Andrew J. Schorr2012-07-171-0/+11
* | Update doc in header. Redo update_scalar.Arnold D. Robbins2012-07-201-17/+22
|/
* Add AWK_VALUE_COOKIE. And performance speedup.Arnold D. Robbins2012-07-171-0/+17
* Allow creation of constants from extensions.Arnold D. Robbins2012-07-121-1/+11
* Add sym_lookup_scalar to API for fast scalar_cookie value retrieval.Andrew J. Schorr2012-07-121-3/+18
* Add ability to call an initialization routine.Arnold D. Robbins2012-07-111-1/+25
* API clean up and require strings to be malloced.Arnold D. Robbins2012-07-111-59/+120
* API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-091-3/+7
* Minor improvements in doc and in ordchr.c.Arnold D. Robbins2012-06-291-5/+20
* Hide private parts of IOBUF from extensions.Andrew J. Schorr2012-06-241-35/+9
* API: Add set_parameter function and test.Arnold D. Robbins2012-06-201-2/+9
* Delete marked elements from flattened array.Arnold D. Robbins2012-06-191-3/+9
* Get most of array flattening done.Arnold D. Robbins2012-06-181-10/+27
* More API implementation progress.Arnold D. Robbins2012-06-181-2/+3