summaryrefslogtreecommitdiff
path: root/src/bignum.h
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Use Gnulib libgmp modulePaul Eggert2020-07-09
* Pacify buggy old GCC with a castPaul Eggert2020-05-06
* Use ATTRIBUTE_CONST for some bignum functionsPaul Eggert2020-03-27
* Update copyright year to 2020Paul Eggert2020-01-01
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-13
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-20
* Improve bignum_integer static checkingPaul Eggert2019-08-18
* Refactoring: Factor out a function to set an mpz_t from a Lisp int.Philipp Stephani2019-05-04
* Update more copyright yearsPaul Eggert2018-12-31
* Export converting mpz to [u]intmaxPaul Eggert2018-10-06
* Round bignums consistently with other integersPaul Eggert2018-09-22
* Shrink pseudovectors a bitPaul Eggert2018-09-06
* Fix bignum initializationPaul Eggert2018-09-04
* Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-03
* Modularize bignums betterPaul Eggert2018-08-27