summaryrefslogtreecommitdiff
path: root/src/bignum.c
Commit message (Expand)AuthorAge
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Improve random bignum generationPaul Eggert2022-03-16
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | ; Add a FIXME regarding the GMP memory allocation functions.Philipp Stephani2021-12-13
|/
* Update copyright year to 2021Paul Eggert2021-01-01
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Fix a recent change in bignum.cEli Zaretskii2020-04-05
* Improve integer range checkingPaul Eggert2020-04-05
* 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
* Always allow at least double-precision bignumsPaul Eggert2019-06-04
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Update more copyright yearsPaul Eggert2018-12-31
* Fix mishandling of symbols that look like numbersPaul Eggert2018-10-10
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-06
* Export converting mpz to [u]intmaxPaul Eggert2018-10-06
* Round bignums consistently with other integersPaul Eggert2018-09-22
* Fix (round 1e+INF) core dumpPaul Eggert2018-09-11
* Use overflow-error for bignum overflowPaul Eggert2018-09-11
* Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-10
* Fix bignum initializationPaul Eggert2018-09-04
* Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-03
* Several fixes for formatting bignumsPaul Eggert2018-08-31
* Improve bignum support for system typesPaul Eggert2018-08-27
* Modularize bignums betterPaul Eggert2018-08-27