aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
Commit message (Expand)AuthorAgeFilesLines
* Fix comment in fw_parse_field and white space in gawkapi.h.Andrew J. Schorr2017-04-091-1/+1
* Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-271-3/+5
* Fix gawkapi.h comment describing the new get_record field_width argument.Andrew J. Schorr2017-03-221-9/+6
* Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...Andrew J. Schorr2017-03-211-9/+20
* For API input field parsing, use an array of structs instead of an array of i...Andrew J. Schorr2017-03-091-6/+17
* Add a 6th argument to the API get_record function instead of having a separat...Andrew J. Schorr2017-03-061-10/+13
* Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-0/+12
* Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-221-23/+10
* Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-10/+26
|\
| * Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-10/+26
| |\
| | * Further api doc updates. Simplify lint checking for max args.Arnold D. Robbins2016-12-171-1/+6
| | * Further improvements to min/max args code and doc.Arnold D. Robbins2016-12-161-1/+1
| | * Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-6/+10
| | * Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-2/+2
| | * Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-5/+12
* | | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-051-25/+34
* | | Improve API regex support.Andrew J. Schorr2016-12-041-1/+3
* | | Add flatten_array_typed to the API.Andrew J. Schorr2016-12-041-3/+22
|/ /
* | Fix gawkapi.h make_regex implementation.Andrew J. Schorr2016-12-041-19/+23
* | Add doc on API changes for typed regexes. Improve test.Arnold D. Robbins2016-11-301-0/+12
* | Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-22/+26
|/
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-10/+10
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-10/+10
* | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-5/+1
|/
* Add comment to gawkapi.h about string termination.Andrew J. Schorr2016-06-271-0/+6
* Allow extension functions to get more arguments than expected.Arnold D. Robbins2016-05-301-1/+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
* | Add nonfatal error message facility to extension API.Arnold D. Robbins2016-05-251-0/+5
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-031-2/+5
|\|
| * Add CPP #defines for gawk_api_major_version and gawk_api_minor_version.Andrew J. Schorr2016-05-031-2/+5
* | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-1/+1
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-071-1/+1
| |\|
| | * Update copyrights and prep towards release.Arnold D. Robbins2015-04-071-1/+1
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-2/+38
|\| |
| * | Merge branch 'master' into selectArnold D. Robbins2015-03-201-1/+1
| |\|
| * | Document the new get_file API function in gawktexi.in.Andrew J. Schorr2015-01-041-1/+1
| * | Document new user-visible features in gawk.1 and gawktexi.in.Andrew J. Schorr2015-01-041-1/+1
| * | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-5/+5
| * | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-061-8/+26
| * | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-6/+6
| |\ \
| * \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-5/+19
| |\ \ \ \
| * | | | | Patch the select extension set_non_blocking function to work with a single ""...Andrew J. Schorr2013-07-051-1/+3
| * | | | | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-021-12/+1
| * | | | | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-021-1/+1
| * | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-301-1/+28
* | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-02-131-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | O'Reilly edits, through Chapter 16.Arnold D. Robbins2015-02-111-1/+1
| | |_|_|/ | |/| | |
* / | | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
|/ / / /