Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more careful about pointers to bignum vals | Paul Eggert | 2019-08-21 | 1 | -2/+15 |
* | Avoid some excess precision in time arithmetic | Paul Eggert | 2019-08-20 | 1 | -1/+1 |
* | Improve bignum_integer static checking | Paul Eggert | 2019-08-18 | 1 | -1/+1 |
* | Refactoring: Factor out a function to set an mpz_t from a Lisp int. | Philipp Stephani | 2019-05-04 | 1 | -0/+12 |
* | Update more copyright years | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | Export converting mpz to [u]intmax | Paul Eggert | 2018-10-06 | 1 | -0/+11 |
* | Round bignums consistently with other integers | Paul Eggert | 2018-09-22 | 1 | -0/+1 |
* | Shrink pseudovectors a bit | Paul Eggert | 2018-09-06 | 1 | -1/+1 |
* | Fix bignum initialization | Paul Eggert | 2018-09-04 | 1 | -1/+1 |
* | Speed up (+ 2 2) by a factor of 10 | Paul Eggert | 2018-09-03 | 1 | -1/+18 |
* | Modularize bignums better | Paul Eggert | 2018-08-27 | 1 | -0/+70 |