| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish fixing +inform, +nancy, for MPFR. | Arnold D. Robbins | 2020-12-20 | 1 | -0/+43 |
* | Spell ROUNDMODE correctly in prints. | Arnold D. Robbins | 2020-08-13 | 1 | -1/+1 |
* | Fix a typo in mpfr.c. | Arnold D. Robbins | 2020-07-19 | 1 | -1/+1 |
* | Small speedup in mpg_interpret. | Arnold D. Robbins | 2020-07-13 | 1 | -2/+2 |
* | Improve instruction tracing. | Arnold D. Robbins | 2020-07-12 | 1 | -10/+31 |
* | Fix some printf formatting issues. | Arnold D. Robbins | 2020-07-10 | 1 | -2/+2 |
* | Fix typedregex2 and typedregex3 tesets for MPFR. | Arnold D. Robbins | 2020-07-08 | 1 | -3/+17 |
* | Fix another MPFR number parsing issue. | Arnold D. Robbins | 2020-07-07 | 1 | -1/+4 |
* | MPFR bug fixes in some corner cases. | Arnold D. Robbins | 2020-07-05 | 1 | -0/+8 |
* | Finish transition to using assoc_set. | Arnold D. Robbins | 2019-01-15 | 1 | -8/+2 |
* | Fix small potential memory leak for intdiv. | Arnold D. Robbins | 2019-01-14 | 1 | -1/+3 |
* | Fix problem with MPFR conversion to int from hex numbers. | Arnold D. Robbins | 2018-09-27 | 1 | -1/+1 |
* | Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed. | Arnold D. Robbins | 2018-07-13 | 1 | -0/+5 |
* | Fix bug printing +"01" in regular and MPFR mode. | Andrew J. Schorr | 2018-02-07 | 1 | -0/+14 |
* | Changes to ROUNDMODE now invalidate cached string values. | Arnold D. Robbins | 2018-01-03 | 1 | -1/+6 |
* | Fix description of ROUNDMODE "A": it uses MPFR_RNDA to round away from zero. | Andrew J. Schorr | 2017-11-21 | 1 | -1/+1 |
* | Typo fix in do_compl_mpfr(). | Arnold D. Robbins | 2017-08-17 | 1 | -1/+1 |
* | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
|\ |
|
| * | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
* | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+2 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-16 | 1 | -2/+7 |
|\| |
|
| * | Fixes for intdiv function, including documentation. | Arnold D. Robbins | 2017-04-16 | 1 | -2/+7 |
* | | Make MPFR division by zero fatal in intdiv.c. Some other cleanups. | Arnold D. Robbins | 2017-04-13 | 1 | -3/+3 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -0/+1 |
|\| |
|
| * | Fix a memory leak in mpfr formatting values. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+1 |
* | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -4/+2 |
|\| |
|
| * | Fix possible string overrun in strtonum function. | Andrew J. Schorr | 2017-01-26 | 1 | -1/+1 |
| * | Add some paranoid checks to make sure stptr was malloced before freeing it. | Andrew J. Schorr | 2017-01-26 | 1 | -3/+1 |
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ... | Andrew J. Schorr | 2017-01-06 | 1 | -15/+3 |
|/ |
|
* | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -5/+7 |
* | Further code improvements and doc changes as diff until merge. | Arnold D. Robbins | 2016-11-12 | 1 | -3/+3 |
* | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-25 | 1 | -18/+15 |
|\ |
|
| * | Disallow negative arguments to bitwise functions. Document same. | Arnold D. Robbins | 2016-10-25 | 1 | -18/+15 |
* | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -30/+30 |
|\| |
|
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -30/+30 |
* | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-01 | 1 | -5/+17 |
|\| |
|
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 1 | -5/+17 |
| |\ |
|
| | * | Minor MPFR fix to avoid potential hysteresis effects resulting in higher-than... | Andrew J. Schorr | 2016-08-01 | 1 | -2/+10 |
| | * | Fix MPFR bug where precision was reduced to that of the function argument. | Andrew J. Schorr | 2016-08-01 | 1 | -3/+7 |
| | * | Minor fixes for stftmt uses. | Arnold D. Robbins | 2016-07-01 | 1 | -1/+1 |
| | * | Fix handling of MAYBE_NUM; fixes change of 2015-08-25. | Arnold D. Robbins | 2016-06-26 | 1 | -1/+1 |
* | | | Optimization: support unterminated field strings inside gawk, but make termin... | Andrew J. Schorr | 2016-07-08 | 1 | -0/+5 |
* | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual... | Andrew J. Schorr | 2016-07-06 | 1 | -1/+2 |
* | | | Document string termination in header files and remove no-longer-needed strin... | Andrew J. Schorr | 2016-07-06 | 1 | -5/+0 |
|/ / |
|
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt... | Andrew J. Schorr | 2016-06-30 | 1 | -2/+2 |
* | | When checking for trailing spaces in numeric strings, avoid running off the end. | Andrew J. Schorr | 2016-06-26 | 1 | -1/+1 |
* | | Minor improvements after Andy's reworking of stuff. | Arnold D. Robbins | 2016-06-26 | 1 | -9/+7 |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a... | Andrew J. Schorr | 2016-06-13 | 1 | -27/+21 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
|\| |
|
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |