index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
floatfns-tests.el
Age
Commit message (
Expand
)
Author
2026-05-07
; Revert Eric's commits from February.
Sean Whitton
2026-02-25
Complete the test set for floatfns,c.
Eric S. Raymond
2026-02-25
More test coverage improvements.
Eric S. Raymond
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-17
Prefer oddp/evenp to free-coding them in tests
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-20
Add some tests for floatfns.c
Stefan Kangas
2021-09-26
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-04-24
Use lexical-binding in most src tests
Stefan Kangas
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-14
Handle weird cases like (ceil 0 0.0)
Paul Eggert
2019-11-13
Fix double-rounding bug in ceiling etc.
Paul Eggert
2019-11-04
Don’t signal overflow for (expt 1 bignum)
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-09-22
Round bignums consistently with other integers
Paul Eggert
2018-09-13
Fix (floor 54043195528445955 3.0) bug
Paul Eggert
2018-09-11
Fix (round 1e+INF) core dump
Paul Eggert
2018-09-04
Fix (round FLOAT BIGNUM) bug
Paul Eggert
2018-08-22
Fix bugs when rounding to bignums
Paul Eggert
2018-08-21
Add bignum support to floor, ceiling, etc.
Paul Eggert
2018-08-19
Add bignum support to expt
Paul Eggert
2018-08-18
Fix bug with ‘mod’ and float+bignum
Paul Eggert
2018-07-12
Make logb handle bignums
Tom Tromey
2018-07-12
Make abs handle bignums
Tom Tromey
2018-07-12
Allow conversion of bignums to floats
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-03-05
ffloor etc. now accept only floats
Paul Eggert
2017-03-05
; Spelling fixes
Paul Eggert
2017-03-03
logb now works correctly on large integers
Paul Eggert
2017-03-01
Fix rounding error in ‘ceiling’ etc.
Paul Eggert