summaryrefslogtreecommitdiff
path: root/src/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve random bignum generationPaul Eggert2022-03-161-0/+93
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; Add a FIXME regarding the GMP memory allocation functions.Philipp Stephani2021-12-131-0/+9
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* Fix a recent change in bignum.cEli Zaretskii2020-04-051-1/+1
* Improve integer range checkingPaul Eggert2020-04-051-0/+36
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-131-0/+78
* 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