summaryrefslogtreecommitdiff
path: root/mpfr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Fixes for intdiv function, including documentation.Arnold D. Robbins2017-04-161-2/+7
* Fix a memory leak in mpfr formatting values.Arnold D. Robbins2017-04-121-0/+1
* 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
* Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-5/+7
* Further code improvements and doc changes as diff until merge.feature/nocopyArnold D. Robbins2016-11-121-3/+3
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-251-18/+15
|\
| * Disallow negative arguments to bitwise functions. Document same.Arnold D. Robbins2016-10-251-18/+15
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-30/+30
|\ \ | |/
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-30/+30
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-011-5/+17
|\ \ | |/
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-011-5/+17
| |\
| | * Minor MPFR fix to avoid potential hysteresis effects resulting in higher-than...Andrew J. Schorr2016-08-011-2/+10
| | * Fix MPFR bug where precision was reduced to that of the function argument.Andrew J. Schorr2016-08-011-3/+7
| | * Minor fixes for stftmt uses.Arnold D. Robbins2016-07-011-1/+1
| | * Fix handling of MAYBE_NUM; fixes change of 2015-08-25.Arnold D. Robbins2016-06-261-1/+1
* | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-0/+5
* | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...Andrew J. Schorr2016-07-061-1/+2
* | | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-5/+0
|/ /
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-2/+2
* | When checking for trailing spaces in numeric strings, avoid running off the end.Andrew J. Schorr2016-06-261-1/+1
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-9/+7
* | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-27/+21
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\ \ | |/
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-08-251-2/+2
|\ \ | |/
| * Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-251-2/+2
* | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-6/+6
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-2/+0
|\ \ | |/
| * Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-2/+0
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-051-15/+47
|\ \ | |/
| * Bug fix to MPFR mod operation for negative numerator.Arnold D. Robbins2014-08-051-1/+20
| * Bug fix in MPFR that manifested in sqrt().Arnold D. Robbins2014-08-051-14/+27
* | Fix memory leak in do_mpfr_div.Arnold D. Robbins2014-07-311-0/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-311-0/+9
|\ \ | |/
| * Clean up some memory in MPFR.Arnold D. Robbins2014-07-311-0/+9
* | Add div() function for integer division & remainder.Arnold D. Robbins2014-07-101-0/+87
|/
* Update copyright dates on modified files.Arnold D. Robbins2013-01-151-1/+1
* Make mpfr and, or, xor, accept >= 2 arguments.Arnold D. Robbins2013-01-111-141/+160
* Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-3/+3
* Minor cleanup in calls to mpfr routines.Arnold D. Robbins2012-11-141-0/+16
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-18/+18
* MPFR fixes from Eli.john haque2012-04-161-1/+1
* Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-34/+34
* Change RNDMODE to ROUNDMODE and update doc.john haque2012-04-111-4/+7
* Remove an unneeded define, more fixes for gcc -Wall.john haque2012-04-091-10/+9
* Placate gcc -Wall, minor doc updates.john haque2012-04-081-5/+4
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-371/+875
* Bug fixes and tests for MPFR.john haque2012-03-071-47/+106