index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bignum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-2
/
+2
*
Fix a recent change in bignum.c
Eli Zaretskii
2020-04-05
1
-1
/
+1
*
Improve integer range checking
Paul Eggert
2020-04-05
1
-0
/
+36
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Refactor bignum multiplication, exponentiation
Paul Eggert
2019-11-13
1
-0
/
+78
*
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-21
1
-5
/
+5
*
Avoid some excess precision in time arithmetic
Paul Eggert
2019-08-20
1
-2
/
+3
*
Always allow at least double-precision bignums
Paul Eggert
2019-06-04
1
-2
/
+5
*
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-04-08
1
-4
/
+4
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-2
/
+2
*
Update more copyright years
Paul Eggert
2018-12-31
1
-1
/
+1
*
Fix mishandling of symbols that look like numbers
Paul Eggert
2018-10-10
1
-0
/
+10
*
New (TICKS . HZ) timestamp format
Paul Eggert
2018-10-06
1
-1
/
+1
*
Export converting mpz to [u]intmax
Paul Eggert
2018-10-06
1
-41
/
+50
*
Round bignums consistently with other integers
Paul Eggert
2018-09-22
1
-3
/
+31
*
Fix (round 1e+INF) core dump
Paul Eggert
2018-09-11
1
-1
/
+5
*
Use overflow-error for bignum overflow
Paul Eggert
2018-09-11
1
-1
/
+1
*
Fix misleading name ‘double_to_bignum’
Paul Eggert
2018-09-10
1
-2
/
+2
*
Fix bignum initialization
Paul Eggert
2018-09-04
1
-1
/
+17
*
Speed up (+ 2 2) by a factor of 10
Paul Eggert
2018-09-03
1
-33
/
+38
*
Several fixes for formatting bignums
Paul Eggert
2018-08-31
1
-7
/
+30
*
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-14
/
+109
*
Modularize bignums better
Paul Eggert
2018-08-27
1
-0
/
+161