summaryrefslogtreecommitdiff
path: root/src/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about pointers to bignum valsPaul Eggert2019-08-211-5/+5
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-201-2/+3
* Always allow at least double-precision bignumsPaul Eggert2019-06-041-2/+5
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-4/+4
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+2
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-0/+10
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-1/+1
* Export converting mpz to [u]intmaxPaul Eggert2018-10-061-41/+50
* Round bignums consistently with other integersPaul Eggert2018-09-221-3/+31
* Fix (round 1e+INF) core dumpPaul Eggert2018-09-111-1/+5
* Use overflow-error for bignum overflowPaul Eggert2018-09-111-1/+1
* Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-101-2/+2
* Fix bignum initializationPaul Eggert2018-09-041-1/+17
* Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-031-33/+38
* Several fixes for formatting bignumsPaul Eggert2018-08-311-7/+30
* Improve bignum support for system typesPaul Eggert2018-08-271-14/+109
* Modularize bignums betterPaul Eggert2018-08-271-0/+161