index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bignum.h
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-20
A few more functions are not pure
Paul Eggert
2025-11-19
Fix mis-declarations of non-const functions
Paul Eggert
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-07-11
New FASTER_BIGNUM macro to test slow-path code
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-16
Improve random bignum generation
Paul Eggert
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-07-09
Use Gnulib libgmp module
Paul Eggert
2020-05-06
Pacify buggy old GCC with a cast
Paul Eggert
2020-03-27
Use ATTRIBUTE_CONST for some bignum functions
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-08-18
Improve bignum_integer static checking
Paul Eggert
2019-05-04
Refactoring: Factor out a function to set an mpz_t from a Lisp int.
Philipp Stephani
2018-12-31
Update more copyright years
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-06
Shrink pseudovectors a bit
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-27
Modularize bignums better
Paul Eggert