aboutsummaryrefslogtreecommitdiffstats
path: root/extension/intdiv.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-1/+1
|
* In the intdiv extension, division by zero now gives a warning and returns -1 ↵Andrew J. Schorr2017-04-141-4/+12
| | | | instead of throwing a fatal error.
* For intdiv mpfr division by zero, call fatal without further ado.Andrew J. Schorr2017-04-131-9/+1
|
* Make MPFR division by zero fatal in intdiv.c. Some other cleanups.Arnold D. Robbins2017-04-131-3/+12
|
* Enhance API to support extended-precision arithmetic and implement intdiv as ↵Andrew J. Schorr2017-01-061-0/+206
a demonstration.