summaryrefslogtreecommitdiff
path: root/gawkapi.h
Commit message (Expand)AuthorAgeFilesLines
* Small update in gawkapi.h.Arnold D. Robbins2023-03-091-2/+2
* Improve doc on input parsers and output wrappers.Arnold D. Robbins2023-03-021-0/+6
* Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-1/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Add a new destroy_array API hook to fix a memory leak in the rwarray extension.Andrew J. Schorr2022-06-071-0/+5
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-231-2/+3
|\
| * Small cleanup in gawkapi.h.Arnold D. Robbins2021-09-231-2/+3
* | Finish updating API code for bool.Arnold D. Robbins2021-03-301-1/+1
* | Progress on extension support for boolean types.Arnold D. Robbins2021-03-221-5/+15
* | Start on a bool type for gawk.Arnold D. Robbins2021-03-051-21/+26
|/
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+1
* Doc that API get_mpfr and get_mpz are obsolete.Arnold D. Robbins2020-07-261-6/+7
* Bump minor API version.Arnold D. Robbins2020-07-191-1/+1
* Finish up MPFR valgrind issues.Arnold D. Robbins2020-07-151-4/+9
* Fix spelling errors in gawkapi.h.Arnold D. Robbins2019-07-091-4/+4
* Bump gawk_api_major_version due to incompatible namespace changes.Andrew J. Schorr2019-07-081-1/+4
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-3/+11
* Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-5/+5
* Improve error message if API version mismatch on dl load.Arnold D. Robbins2018-04-301-1/+1
* Update copyright years.Arnold D. Robbins2018-02-191-1/+1
* Further cleanup of awk_ext_id_t variables.Arnold D. Robbins2018-01-121-2/+2
* Fix gawkapi.h for C++. Update doc.Arnold D. Robbins2017-11-081-5/+7
* Fix gawkapi.h to be usable with C++.Arnold D. Robbins2017-09-171-6/+6
* Fix gawk_major_version in gawkapi.h; make NEWS correct (no intdiv).Arnold D. Robbins2017-08-131-1/+1
* Improve checking for MPFR in API at dl_load time.Arnold D. Robbins2017-08-091-6/+8
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-071-34/+49
|\
| * Misc edits in io.c and gawkapi.h.Arnold D. Robbins2017-07-071-34/+49
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-031-1/+1
|\ \ | |/
| * Typo fixes in comments.Arnold D. Robbins2017-07-031-1/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-0/+6
|\ \ | |/
| * Add ezalloc macro in gawk and API to allocate zero-filled memory.Andrew J. Schorr2017-06-211-0/+6
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-1/+37
|\ \ | |/
| * 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
* | Enhance API to support extended-precision arithmetic and implement intdiv as ...Andrew J. Schorr2017-01-061-6/+91
|/
* 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