| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update copyright year in extension/rwarray.c. | Arnold D. Robbins | 2017-09-13 | 1 | -0/+4 |
* | Allow rwarray extension to write/read undefined values. | Arnold D. Robbins | 2017-09-12 | 1 | -0/+4 |
* | Add use of <sys/sysmacros.h> to extension/fnmatch.c. | Arnold D. Robbins | 2017-08-30 | 1 | -0/+6 |
* | Solaris fix for intdiv extension. | Arnold D. Robbins | 2017-08-21 | 1 | -0/+5 |
* | Integrate changes for z/OS. | Arnold D. Robbins | 2017-08-21 | 1 | -1/+5 |
* | Fix the test suite for the MinGW build. | Eli Zaretskii | 2017-08-19 | 1 | -0/+5 |
* | Update config.guess, bump version in extension/configure.ac. | Arnold D. Robbins | 2017-08-16 | 1 | -0/+4 |
* | Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this for... | Andrew J. Schorr | 2017-08-11 | 1 | -0/+5 |
* | Fix initialization in intdiv extension, since MPFR version check is now autom... | Andrew J. Schorr | 2017-08-10 | 1 | -0/+6 |
* | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-08-04 | 1 | -0/+4 |
|\ |
|
| * | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -0/+4 |
* | | Fix intdiv extension to build on Cygwin. | Arnold D. Robbins | 2017-06-27 | 1 | -0/+5 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-23 | 1 | -0/+20 |
|\| |
|
| * | In rwarray extensions, use malloc where calloc not needed. | Andrew J. Schorr | 2017-06-22 | 1 | -0/+6 |
| * | In readfile extension, no need to zero out the buffer before overwriting it. | Andrew J. Schorr | 2017-06-22 | 1 | -0/+6 |
| * | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -0/+8 |
* | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+4 |
* | | In the intdiv extension, division by zero now gives a warning and returns -1 ... | Andrew J. Schorr | 2017-04-14 | 1 | -0/+5 |
* | | For intdiv mpfr division by zero, call fatal without further ado. | Andrew J. Schorr | 2017-04-13 | 1 | -0/+5 |
* | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups. | Arnold D. Robbins | 2017-04-13 | 1 | -0/+6 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+38 |
|\| |
|
| * | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-07 | 1 | -0/+6 |
| |\ |
|
| * | | Minor edits in feature/api-parser prepatory to merging. | Arnold D. Robbins | 2017-03-27 | 1 | -0/+6 |
| * | | Fix compile warnings in some of the extensions. | Arnold D. Robbins | 2017-03-23 | 1 | -0/+7 |
| * | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API... | Andrew J. Schorr | 2017-03-21 | 1 | -0/+11 |
| * | | For API input field parsing, use an array of structs instead of an array of i... | Andrew J. Schorr | 2017-03-09 | 1 | -0/+7 |
| * | | Merge branch 'master' into feature/api-parser | Andrew J. Schorr | 2017-03-07 | 1 | -0/+12 |
| |\ \ |
|
| * | | | Create new extension readdir_test for testing new get_record field_width pars... | Andrew J. Schorr | 2017-03-06 | 1 | -0/+7 |
* | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-07 | 1 | -0/+6 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix a message in extension/inplace.c. | Arnold D. Robbins | 2017-04-03 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-03-07 | 1 | -0/+12 |
|\| | |
|
| * | | Stop installing the extension testext library, since it is useful only for te... | Andrew J. Schorr | 2017-03-07 | 1 | -0/+12 |
| |/ |
|
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-21 | 1 | -0/+10 |
|\| |
|
| * | Fix the MinGW build and sync its tests with mainline, | Eli Zaretskii | 2017-01-21 | 1 | -0/+10 |
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ... | Andrew J. Schorr | 2017-01-06 | 1 | -0/+10 |
|/ |
|
* | Doc cleanups after merge. Totally break binary compat in the API. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+4 |
* | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -0/+43 |
|\ |
|
| * | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -0/+43 |
| |\ |
|
| | * | Further improvements to min/max args code and doc. | Arnold D. Robbins | 2016-12-16 | 1 | -0/+4 |
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -0/+17 |
| | * | Improve handling of min and max args for extension functions. | Arnold D. Robbins | 2016-12-12 | 1 | -0/+5 |
| | * | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -0/+17 |
* | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -0/+7 |
|/ / |
|
* | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 1 | -0/+5 |
* | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+4 |
|/ |
|
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -0/+4 |
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
|\ |
|
| * | Make 4.1.4 release tar ball. | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -0/+9 |
|\| |
|
| * | Minor portability fixes in some of the extensions. | Arnold D. Robbins | 2016-07-01 | 1 | -0/+9 |