index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
floatfns-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add some tests for floatfns.c
Stefan Kangas
2021-10-20
1
-0
/
+62
|
/
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
1
-0
/
+4
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use lexical-binding in most src tests
Stefan Kangas
2020-04-24
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Handle weird cases like (ceil 0 0.0)
Paul Eggert
2019-11-14
1
-13
/
+11
*
Fix double-rounding bug in ceiling etc.
Paul Eggert
2019-11-13
1
-1
/
+3
*
Don’t signal overflow for (expt 1 bignum)
Paul Eggert
2019-11-04
1
-0
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Round bignums consistently with other integers
Paul Eggert
2018-09-22
1
-0
/
+6
*
|
Fix (floor 54043195528445955 3.0) bug
Paul Eggert
2018-09-13
1
-0
/
+4
*
|
Fix (round 1e+INF) core dump
Paul Eggert
2018-09-11
1
-0
/
+15
*
|
Fix (round FLOAT BIGNUM) bug
Paul Eggert
2018-09-04
1
-0
/
+5
*
|
Fix bugs when rounding to bignums
Paul Eggert
2018-08-22
1
-4
/
+8
*
|
Add bignum support to floor, ceiling, etc.
Paul Eggert
2018-08-21
1
-0
/
+27
*
|
Add bignum support to expt
Paul Eggert
2018-08-19
1
-0
/
+9
*
|
Fix bug with ‘mod’ and float+bignum
Paul Eggert
2018-08-18
1
-0
/
+3
*
|
Make logb handle bignums
Tom Tromey
2018-07-12
1
-0
/
+4
*
|
Make abs handle bignums
Tom Tromey
2018-07-12
1
-0
/
+4
*
|
Allow conversion of bignums to floats
Tom Tromey
2018-07-12
1
-0
/
+4
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
ffloor etc. now accept only floats
Paul Eggert
2017-03-05
1
-0
/
+6
*
; Spelling fixes
Paul Eggert
2017-03-05
1
-1
/
+1
*
logb now works correctly on large integers
Paul Eggert
2017-03-03
1
-0
/
+3
*
Fix rounding error in ‘ceiling’ etc.
Paul Eggert
2017-03-01
1
-0
/
+28