summaryrefslogtreecommitdiff
path: root/gawkapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rwarray:readall issues.Arnold D. Robbins2022-10-141-3/+14
* Fix the MinGW build.Eli Zaretskii2022-08-081-10/+10
* Small non-MPFR fix in gawkapi.c.Arnold D. Robbins2022-07-271-0/+2
* Squashed commit of the following:Arnold D. Robbins2022-07-081-4/+8
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-8/+4
* Squashed commit of the following:Arnold D. Robbins2022-06-281-4/+8
* Add a new destroy_array API hook to fix a memory leak in the rwarray extension.Andrew J. Schorr2022-06-071-0/+14
* Fix memory management of GMP/MPFR values for extensions.Arnold D. Robbins2022-02-251-0/+3
* Patch API to allow extensions to convert undefined variables to arrays, and a...Andrew J. Schorr2021-12-081-3/+3
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-181-1/+2
|\
| * Add GMP and MPFR support to rwarray extension.Arnold D. Robbins2021-11-181-1/+2
* | Make booleans just special numbers.Arnold D. Robbins2021-04-281-4/+4
* | Finish updating API code for bool.Arnold D. Robbins2021-03-301-8/+14
* | Progress on extension support for boolean types.Arnold D. Robbins2021-03-221-5/+33
|/
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-7/+8
* Small fix in gawkapi.c.Arnold D. Robbins2020-10-121-1/+1
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-5/+5
* Finish up MPFR valgrind issues.Arnold D. Robbins2020-07-151-10/+3
* Fix testext test for MPFR.Arnold D. Robbins2020-07-121-4/+3
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-2/+2
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-7/+2
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-11/+54
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-1/+1
* Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-2/+2
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
* Some cleanup in gawkapi.c for non-MPFR case.Arnold D. Robbins2017-08-161-6/+13
* Fix API bug preventing builds in the absence of MPFR.Andrew J. Schorr2017-08-161-0/+4
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-1/+1
|\
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* | 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-2/+1
|\ \ | |/
| * Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* | Fix a compiler warning.Arnold D. Robbins2017-04-121-1/+1
* | Enhance API to support extended-precision arithmetic and implement intdiv as ...Andrew J. Schorr2017-01-061-5/+110
|/
* Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-221-29/+37
* Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-1/+1
|\
| * Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-1/+1
| |\
| | * Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-1/+1
* | | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-051-24/+119
* | | Improve API regex support.Andrew J. Schorr2016-12-041-1/+5
* | | Add flatten_array_typed to the API.Andrew J. Schorr2016-12-041-18/+28
|/ /
* | Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-0/+32
|/
* Further code improvements and doc changes as diff until merge.feature/nocopyArnold 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