summaryrefslogtreecommitdiff
path: root/mpfr.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Arnold D. Robbins2022-08-051-0/+32
* Squashed commit of the following:Arnold D. Robbins2022-07-081-0/+9
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-9/+0
* Squashed commit of the following:Arnold D. Robbins2022-06-281-0/+9
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-04-281-2/+11
|\
| * Fix MPFR unary minus on a zero value.Arnold D. Robbins2022-04-281-2/+11
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-4/+4
|\ \ | |/
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-3/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-091-0/+20
|\ \ | |/
| * Finish fixing indirect call of builtins.Arnold D. Robbins2022-02-071-0/+20
* | Small fix in mpfr.c.Arnold D. Robbins2021-09-031-1/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-08-051-8/+18
|\ \ | |/
| * MPFR division by zero is now a fatal error.Arnold D. Robbins2021-08-051-0/+6
| * Add warnings for negative arguments for -M mode.Arnold D. Robbins2021-08-051-8/+12
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-2/+2
|\ \ | |/
| * Fix conversion of 018 to decimal. Add a test.Arnold D. Robbins2021-01-091-2/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-3/+3
|\ \ | |/
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-3/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2020-12-201-0/+43
|\ \ | |/
| * Finish fixing +inform, +nancy, for MPFR.Arnold D. Robbins2020-12-201-0/+43
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-0/+44
|/
* Spell ROUNDMODE correctly in prints.Arnold D. Robbins2020-08-131-1/+1
* Fix a typo in mpfr.c.Arnold D. Robbins2020-07-191-1/+1
* Small speedup in mpg_interpret.Arnold D. Robbins2020-07-131-2/+2
* Improve instruction tracing.Arnold D. Robbins2020-07-121-10/+31
* Fix some printf formatting issues.Arnold D. Robbins2020-07-101-2/+2
* Fix typedregex2 and typedregex3 tesets for MPFR.Arnold D. Robbins2020-07-081-3/+17
* Fix another MPFR number parsing issue.Arnold D. Robbins2020-07-071-1/+4
* MPFR bug fixes in some corner cases.Arnold D. Robbins2020-07-051-0/+8
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-8/+2
* Fix small potential memory leak for intdiv.Arnold D. Robbins2019-01-141-1/+3
* Fix problem with MPFR conversion to int from hex numbers.Arnold D. Robbins2018-09-271-1/+1
* Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed.Arnold D. Robbins2018-07-131-0/+5
* Fix bug printing +"01" in regular and MPFR mode.Andrew J. Schorr2018-02-071-0/+14
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+6
* Fix description of ROUNDMODE "A": it uses MPFR_RNDA to round away from zero.Andrew J. Schorr2017-11-211-1/+1
* Typo fix in do_compl_mpfr().Arnold D. Robbins2017-08-171-1/+1
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-1/+1
|\
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* | Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-0/+2
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-161-2/+7
|\ \ | |/
| * Fixes for intdiv function, including documentation.Arnold D. Robbins2017-04-161-2/+7
* | Make MPFR division by zero fatal in intdiv.c. Some other cleanups.Arnold D. Robbins2017-04-131-3/+3
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-0/+1
|\ \ | |/
| * Fix a memory leak in mpfr formatting values.Arnold D. Robbins2017-04-121-0/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-4/+2
|\ \ | |/
| * Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-1/+1
| * Add some paranoid checks to make sure stptr was malloced before freeing it.Andrew J. Schorr2017-01-261-3/+1
* | Enhance API to support extended-precision arithmetic and implement intdiv as ...Andrew J. Schorr2017-01-061-15/+3
|/