aboutsummaryrefslogtreecommitdiffstats
path: root/extension/rwarray.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-131-1/+1
* Remove incorrect * on ext_id in extensions and in doc.Arnold D. Robbins2018-01-111-1/+1
* Small improvements in extension/rwarray.c.Arnold D. Robbins2017-10-281-2/+4
* Bump version in rwarray.c.Arnold D. Robbins2017-09-191-1/+1
* Update copyright year in extension/rwarray.c.Arnold D. Robbins2017-09-131-1/+2
* Allow rwarray extension to write/read undefined values.Arnold D. Robbins2017-09-121-1/+7
* In rwarray extensions, use malloc where calloc not needed.Andrew J. Schorr2017-06-221-1/+2
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-211-0/+1
* Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-10/+4
|\
| * Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-10/+4
| |\
| | * Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-4/+4
| | * Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-8/+2
* | | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-051-4/+34
|/ /
* | Add doc on API changes for typed regexes. Improve test.Arnold D. Robbins2016-11-301-2/+2
* | Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-8/+8
|/
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-6/+6
* Merge branch 'gawk-4.1-stable' (zOS updates included)Arnold D. Robbins2015-10-041-11/+0
|\
| * Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-11/+0
* | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-2/+2
|/
* 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-3/+3
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-0/+4
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-301-33/+33
* z/OS changes from Dave Pitts and Arnold.Arnold D. Robbins2012-09-131-2/+13
* Use config.h properly. Add AC_SYS_LARGEFILE.Arnold D. Robbins2012-08-261-0/+4
* Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-0/+1
* Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-081-1/+1
* Rework rwarray.c to use stdio, for cygwin.Arnold D. Robbins2012-07-311-51/+52
* Add translation to the extensions.Arnold D. Robbins2012-07-251-10/+14
* Add ability to call an initialization routine.Arnold D. Robbins2012-07-111-0/+1
* API clean up and require strings to be malloced.Arnold D. Robbins2012-07-111-2/+2
* API: Update set_array_element(). Adjust extensions.Arnold D. Robbins2012-07-091-2/+2
* Get rwarray extension working with new API.Arnold D. Robbins2012-06-241-233/+236
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-4/+4
* Update ERRNO API.Andrew J. Schorr2012-04-011-2/+2
* Speed/memory performance improvements.john haque2011-10-121-3/+3
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
* Add check for plugin license, make close on exec POSIX compatibile.Arnold D. Robbins2010-11-241-1/+3
* Bring latest byte code gawk into git. Hurray!Arnold D. Robbins2010-11-181-73/+108
* Move to gawk-3.1.7.Arnold D. Robbins2010-07-161-0/+425