| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-04-01 | 1 | -1/+1 |
|\ |
|
| * | Small fixes from the persistent-gawk team. | Arnold D. Robbins | 2022-04-01 | 1 | -1/+1 |
* | | Fix comment in rwarray about rounding mode. | Andrew J. Schorr | 2021-12-10 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/readall | Arnold D. Robbins | 2021-12-10 | 1 | -8/+12 |
|\ \ |
|
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-10 | 1 | -0/+26 |
| |\| |
|
| | * | Reformat some comments in extension/rwarray.c. | Arnold D. Robbins | 2021-12-10 | 1 | -8/+12 |
* | | | When rwarray reads and writes mpfr values, use mpfr_get_default_rounding_mode(). | Andrew J. Schorr | 2021-12-09 | 1 | -2/+2 |
* | | | Fix rwarray extension to allocate mpz & mpfr values at proper scope. | Andrew J. Schorr | 2021-12-08 | 1 | -21/+24 |
* | | | Enhance rwarray extension to add writeall and readall functions for dumping a... | Andrew J. Schorr | 2021-12-08 | 1 | -50/+213 |
* | | | Merge commit '09e98ee95fb453adc0f1783937477cd065611581' into feature/readall ... | Andrew J. Schorr | 2021-12-08 | 1 | -0/+22 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | In extension rwarray, write and read mpfr values as strings instead of using ... | Andrew J. Schorr | 2021-12-08 | 1 | -0/+22 |
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-18 | 1 | -58/+166 |
|\| |
|
| * | Add GMP and MPFR support to rwarray extension. | Arnold D. Robbins | 2021-11-18 | 1 | -51/+156 |
* | | Update rwarray extension for bool values, and also test code. | Arnold D. Robbins | 2021-03-30 | 1 | -7/+33 |
|/ |
|
* | Update copyright years. | Arnold D. Robbins | 2020-03-20 | 1 | -1/+1 |
* | More message updates. | Arnold D. Robbins | 2020-03-11 | 1 | -8/+8 |
* | Second round of message fixes. | Arnold D. Robbins | 2020-03-10 | 1 | -4/+4 |
* | Update copyright years that should have been updated before 4.2.1 release. | Arnold D. Robbins | 2018-03-13 | 1 | -1/+1 |
* | Remove incorrect * on ext_id in extensions and in doc. | Arnold D. Robbins | 2018-01-11 | 1 | -1/+1 |
* | Small improvements in extension/rwarray.c. | Arnold D. Robbins | 2017-10-28 | 1 | -2/+4 |
* | Bump version in rwarray.c. | Arnold D. Robbins | 2017-09-19 | 1 | -1/+1 |
* | Update copyright year in extension/rwarray.c. | Arnold D. Robbins | 2017-09-13 | 1 | -1/+2 |
* | Allow rwarray extension to write/read undefined values. | Arnold D. Robbins | 2017-09-12 | 1 | -1/+7 |
* | In rwarray extensions, use malloc where calloc not needed. | Andrew J. Schorr | 2017-06-22 | 1 | -1/+2 |
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -2/+1 |
* | Fix the MinGW build and sync its tests with mainline, | Eli Zaretskii | 2017-01-21 | 1 | -0/+1 |
* | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -10/+4 |
|\ |
|
| * | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -10/+4 |
| |\ |
|
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -4/+4 |
| | * | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -8/+2 |
* | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -4/+34 |
|/ / |
|
* | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 1 | -2/+2 |
* | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -8/+8 |
|/ |
|
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -6/+6 |
* | Merge branch 'gawk-4.1-stable' (zOS updates included) | Arnold D. Robbins | 2015-10-04 | 1 | -11/+0 |
|\ |
|
| * | Rework zOS patches; keep separate from autotools. | Arnold D. Robbins | 2015-08-02 | 1 | -11/+0 |
* | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -2/+2 |
|/ |
|
* | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
* | Add memory allocation functions to gawk API. | Andrew J. Schorr | 2014-03-08 | 1 | -3/+3 |
* | Fix building, installing, and testing extensions on MS-Windows. | Eli Zaretskii | 2013-05-14 | 1 | -0/+4 |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 |
* | Add awk_true and awk_false to API. | Arnold D. Robbins | 2012-11-30 | 1 | -33/+33 |
* | z/OS changes from Dave Pitts and Arnold. | Arnold D. Robbins | 2012-09-13 | 1 | -2/+13 |
* | Use config.h properly. Add AC_SYS_LARGEFILE. | Arnold D. Robbins | 2012-08-26 | 1 | -0/+4 |
* | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -0/+1 |
* | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 1 | -1/+1 |
* | Rework rwarray.c to use stdio, for cygwin. | Arnold D. Robbins | 2012-07-31 | 1 | -51/+52 |
* | Add translation to the extensions. | Arnold D. Robbins | 2012-07-25 | 1 | -10/+14 |
* | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 1 | -0/+1 |
* | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 1 | -2/+2 |