index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bignum.c
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-07-11
Optimize smallish mpz to native int conversion
Paul Eggert
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-05-17
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-16
Improve random bignum generation
Paul Eggert
2022-01-01
Merge from origin/emacs-28
Eli 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-01
Update copyright year to 2021
Paul Eggert
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-04-05
Fix a recent change in bignum.c
Eli Zaretskii
2020-04-05
Improve integer range checking
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-13
Refactor bignum multiplication, exponentiation
Paul Eggert
2019-08-21
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-20
Avoid some excess precision in time arithmetic
Paul Eggert
2019-06-04
Always allow at least double-precision bignums
Paul Eggert
2019-04-08
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2018-12-31
Update more copyright years
Paul Eggert
2018-10-10
Fix mishandling of symbols that look like numbers
Paul Eggert
2018-10-06
New (TICKS . HZ) timestamp format
Paul Eggert
2018-10-06
Export converting mpz to [u]intmax
Paul Eggert
2018-09-22
Round bignums consistently with other integers
Paul Eggert
2018-09-11
Fix (round 1e+INF) core dump
Paul Eggert
2018-09-11
Use overflow-error for bignum overflow
Paul Eggert
2018-09-10
Fix misleading name ‘double_to_bignum’
Paul Eggert
2018-09-04
Fix bignum initialization
Paul Eggert
2018-09-03
Speed up (+ 2 2) by a factor of 10
Paul Eggert
2018-08-31
Several fixes for formatting bignums
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-27
Modularize bignums better
Paul Eggert