summaryrefslogtreecommitdiff
path: root/src/bignum.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-11Optimize smallish mpz to native int conversionPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-16Improve random bignum generationPaul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-13; Add a FIXME regarding the GMP memory allocation functions.Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-04-05Fix a recent change in bignum.cEli Zaretskii
2020-04-05Improve integer range checkingPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-13Refactor bignum multiplication, exponentiationPaul Eggert
2019-08-21Be more careful about pointers to bignum valsPaul Eggert
2019-08-20Avoid some excess precision in time arithmeticPaul Eggert
2019-06-04Always allow at least double-precision bignumsPaul Eggert
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2018-12-31Update more copyright yearsPaul Eggert
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert
2018-10-06New (TICKS . HZ) timestamp formatPaul Eggert
2018-10-06Export converting mpz to [u]intmaxPaul Eggert
2018-09-22Round bignums consistently with other integersPaul Eggert
2018-09-11Fix (round 1e+INF) core dumpPaul Eggert
2018-09-11Use overflow-error for bignum overflowPaul Eggert
2018-09-10Fix misleading name ‘double_to_bignum’Paul Eggert
2018-09-04Fix bignum initializationPaul Eggert
2018-09-03Speed up (+ 2 2) by a factor of 10Paul Eggert
2018-08-31Several fixes for formatting bignumsPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-27Modularize bignums betterPaul Eggert