index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extension
/
intdiv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years that should have been updated before 4.2.1 release.
Arnold D. Robbins
2018-03-13
1
-0
/
+25
*
Add warning to intdiv extension when loss of precision may occur.
Andrew J. Schorr
2018-02-11
1
-2
/
+13
*
Remove incorrect * on ext_id in extensions and in doc.
Arnold D. Robbins
2018-01-11
1
-1
/
+1
*
Fix intdiv.c to compile for MPFR 2.4.1.
Arnold D. Robbins
2017-12-24
1
-0
/
+5
*
Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this for...
Andrew J. Schorr
2017-08-11
1
-1
/
+0
*
Fix initialization in intdiv extension, since MPFR version check is now autom...
Andrew J. Schorr
2017-08-10
1
-13
/
+1
*
Rename intdiv to intdiv0, require it to be configured in.
Arnold D. Robbins
2017-04-16
1
-1
/
+1
*
In the intdiv extension, division by zero now gives a warning and returns -1 ...
Andrew J. Schorr
2017-04-14
1
-4
/
+12
*
For intdiv mpfr division by zero, call fatal without further ado.
Andrew J. Schorr
2017-04-13
1
-9
/
+1
*
Make MPFR division by zero fatal in intdiv.c. Some other cleanups.
Arnold D. Robbins
2017-04-13
1
-3
/
+12
*
Enhance API to support extended-precision arithmetic and implement intdiv as ...
Andrew J. Schorr
2017-01-06
1
-0
/
+206