aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document MPFR/GMP additions to the extension API.Arnold D. Robbins2017-08-134-623/+992
|
* Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this ↵Andrew J. Schorr2017-08-112-1/+5
| | | | for us.
* Fix initialization in intdiv extension, since MPFR version check is now ↵Andrew J. Schorr2017-08-102-13/+7
| | | | automatic.
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-0913-121/+202
|\
| * Initial additions to update DJGPP port.Arnold D. Robbins2017-08-0913-121/+202
| |
* | Improve checking for MPFR in API at dl_load time.Arnold D. Robbins2017-08-092-6/+14
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-0910-8/+71
|\|
| * Fix array indexing from unassigned var to not keep that attribute.Arnold D. Robbins2017-08-098-4/+55
| |
| * Add URL for bug reporting description to the help message.Arnold D. Robbins2017-08-094-4/+16
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-0435-48/+67
|\|
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-0429-28/+45
| |
| * Update texinfo.tex.Arnold D. Robbins2017-08-042-12/+6
| |
| * Update build infrastructure files.Arnold D. Robbins2017-08-045-8/+16
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-303-2/+7
|\|
| * Fix mbprintf5 test.Arnold D. Robbins2017-07-303-2/+7
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-284-4/+9
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-284-4/+9
| |\
| | * Fix test suite after inplace.awk license additon.Arnold D. Robbins2017-07-284-4/+9
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-284-324/+351
|\| |
| * | Doc - improve example for untyped variables.Arnold D. Robbins2017-07-284-324/+351
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-284-0/+96
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-284-0/+96
| |\|
| | * Apply GPL to inplace.awk.Arnold D. Robbins2017-07-284-0/+96
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-215-554/+568
|\| |
| * | Spellcheck the manual and update as needed.Arnold D. Robbins2017-07-215-554/+568
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-173-621/+648
|\| |
| * | Partially undo previous grammar change.Arnold D. Robbins2017-07-173-621/+648
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-173-651/+635
|\| |
| * | Small cleanups in the grammar.Arnold D. Robbins2017-07-173-651/+635
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-152-3/+21
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-152-3/+21
| |\|
| | * Revert 92ec6835548d36 - don't use DFA if need_start is true.Arnold D. Robbins2017-07-152-3/+21
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-118-28/+63
|\| |
| * | Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-118-28/+63
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-076-11/+24
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-076-11/+24
| |\|
| | * Fix GCC 7.1 warnings (incrementing/decrementing booleans).Arnold D. Robbins2017-07-078-13/+26
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-073-38/+61
|\| |
| * | Misc edits in io.c and gawkapi.h.Arnold D. Robbins2017-07-073-38/+61
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-031-4/+1
|\| |
| * | Update TODO w.r.t. FIELDWIDTHS.Arnold D. Robbins2017-07-031-4/+1
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-033-2/+6
|\| |
| * | Typo fixes in comments.Arnold D. Robbins2017-07-033-2/+6
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-022-1681/+2172
|\| |
| * | Update texinfo.tex.Arnold D. Robbins2017-07-022-1681/+2172
| | |
* | | Fix intdiv extension to build on Cygwin.Arnold D. Robbins2017-06-273-5/+13
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-2710-394/+67
|\| |
| * | Disable mbprintf5 test on Cygwin.Arnold D. Robbins2017-06-273-8/+20
| | |
| * | Bring helpers/testdfa.c up to date.Arnold D. Robbins2017-06-272-366/+12
| | |
| * | Remove xmalloc from gawkmisc.c, and improve dfa xalloc by using calloc ↵Andrew J. Schorr2017-06-257-28/+43
| | | | | | | | | | | | instead of malloc+memset.