index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mpfr.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Andrew J. Schorr
2016-08-01
1
-2
/
+10
|
|
|
|
|
|
|
|
higher-than-needed precision.
|
*
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
|
|
*
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵
Andrew J. Schorr
2016-06-30
1
-2
/
+2
|
|
|
|
|
|
|
|
stfmt issues.
*
|
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 ↵
Andrew J. Schorr
2016-06-13
1
-27
/
+21
|
|
|
|
|
|
|
|
and lint checks.
*
|
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
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-08-25
1
-2
/
+2
|
\
|
|
*
Make MAYBE_NUM -> NUMBER smarter, clear STRING.
Arnold D. Robbins
2015-08-25
1
-2
/
+2
|
|
*
|
Rename "div()" to "intdiv()".
Arnold D. Robbins
2015-04-03
1
-6
/
+6
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-11-15
1
-2
/
+0
|
\
|
|
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-2
/
+0
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-08-05
1
-15
/
+47
|
\
|
|
*
Bug fix to MPFR mod operation for negative numerator.
Arnold D. Robbins
2014-08-05
1
-1
/
+20
|
|
|
*
Bug fix in MPFR that manifested in sqrt().
Arnold D. Robbins
2014-08-05
1
-14
/
+27
|
|
*
|
Fix memory leak in do_mpfr_div.
Arnold D. Robbins
2014-07-31
1
-0
/
+2
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-07-31
1
-0
/
+9
|
\
|
|
*
Clean up some memory in MPFR.
Arnold D. Robbins
2014-07-31
1
-0
/
+9
|
|
*
|
Add div() function for integer division & remainder.
Arnold D. Robbins
2014-07-10
1
-0
/
+87
|
/
*
Update copyright dates on modified files.
Arnold D. Robbins
2013-01-15
1
-1
/
+1
|
*
Make mpfr and, or, xor, accept >= 2 arguments.
Arnold D. Robbins
2013-01-11
1
-141
/
+160
|
*
Make bitflag checking consistent everywhere.
Arnold D. Robbins
2012-12-09
1
-3
/
+3
|
*
Minor cleanup in calls to mpfr routines.
Arnold D. Robbins
2012-11-14
1
-0
/
+16
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-18
/
+18
|
*
MPFR fixes from Eli.
john haque
2012-04-16
1
-1
/
+1
|
*
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-34
/
+34
|
*
Change RNDMODE to ROUNDMODE and update doc.
john haque
2012-04-11
1
-4
/
+7
|
*
Remove an unneeded define, more fixes for gcc -Wall.
john haque
2012-04-09
1
-10
/
+9
|
*
Placate gcc -Wall, minor doc updates.
john haque
2012-04-08
1
-5
/
+4
|
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-371
/
+875
|
*
Bug fixes and tests for MPFR.
john haque
2012-03-07
1
-47
/
+106
|
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-212
/
+421
|
*
Finish builtins for MPFR.
john haque
2012-02-19
1
-85
/
+169
|
*
New interpreter routine for MPFR.
john haque
2012-02-16
1
-152
/
+330
|
*
Add infrastructure for MPFR/GMP support.
john haque
2012-02-14
1
-0
/
+585