aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/floatfns-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
13 daysComplete the test set for floatfns,c.Eric S. Raymond1-2/+29
13 daysMore test coverage improvements.Eric S. Raymond1-0/+15
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-02-17Prefer oddp/evenp to free-coding them in testsStefan Kangas1-2/+2
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-10-20Add some tests for floatfns.cStefan Kangas1-0/+62
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas1-0/+4
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-04-24Use lexical-binding in most src testsStefan Kangas1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-14Handle weird cases like (ceil 0 0.0)Paul Eggert1-13/+11
2019-11-13Fix double-rounding bug in ceiling etc.Paul Eggert1-1/+3
2019-11-04Don’t signal overflow for (expt 1 bignum)Paul Eggert1-0/+5
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-09-22Round bignums consistently with other integersPaul Eggert1-0/+6
2018-09-13Fix (floor 54043195528445955 3.0) bugPaul Eggert1-0/+4
2018-09-11Fix (round 1e+INF) core dumpPaul Eggert1-0/+15
2018-09-04Fix (round FLOAT BIGNUM) bugPaul Eggert1-0/+5
2018-08-22Fix bugs when rounding to bignumsPaul Eggert1-4/+8
2018-08-21Add bignum support to floor, ceiling, etc.Paul Eggert1-0/+27
2018-08-19Add bignum support to exptPaul Eggert1-0/+9
2018-08-18Fix bug with ‘mod’ and float+bignumPaul Eggert1-0/+3
2018-07-12Make logb handle bignumsTom Tromey1-0/+4
2018-07-12Make abs handle bignumsTom Tromey1-0/+4
2018-07-12Allow conversion of bignums to floatsTom Tromey1-0/+4
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-03-05ffloor etc. now accept only floatsPaul Eggert1-0/+6
2017-03-05; Spelling fixesPaul Eggert1-1/+1
2017-03-03logb now works correctly on large integersPaul Eggert1-0/+3
2017-03-01Fix rounding error in ‘ceiling’ etc.Paul Eggert1-14/+9
2015-11-30Update file headers for name change.Phillip Lord1-1/+1
2015-11-30Test files renamed to new scheme.Phillip Lord1-0/+0
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-0/+0
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-50/+0
2015-03-03Rename gc-precise-p to gc-preciseDaniel Colascione1-4/+4
2015-03-03# Standardize copyright and license notices for recently added filesGlenn Morris1-3/+5
2015-03-02Finalizer documentation, minor improvementsDaniel Colascione1-0/+3
2015-03-02Add support for finalizersDaniel Colascione1-0/+78