index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
floatfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
* src/floatfns.c: Update comment.
Paul Eggert
2022-05-10
1
-8
/
+14
*
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 support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-0
/
+15
|
/
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Port new float-scaling code to Solaris
Paul Eggert
2019-11-15
1
-4
/
+1
*
Handle weird cases like (ceil 0 0.0)
Paul Eggert
2019-11-14
1
-9
/
+20
*
Fix double-rounding bug in ceiling etc.
Paul Eggert
2019-11-13
1
-65
/
+50
*
Refactor double integer scaling
Paul Eggert
2019-11-13
1
-0
/
+23
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-1
/
+1
*
; * src/floatfns.c: Don't use non-ASCII characters in comments.
Eli Zaretskii
2019-08-31
1
-1
/
+1
*
* src/floatfns.c: Check against __FINITE_MATH_ONLY__ (bug#37140)
Mattias Engdegård
2019-08-30
1
-0
/
+8
*
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-21
1
-3
/
+3
*
Fix logb on zero, infinite, NaN args
Paul Eggert
2019-01-06
1
-16
/
+11
*
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
*
|
Fix (floor 54043195528445955 3.0) bug
Paul Eggert
2018-09-13
1
-1
/
+19
*
|
Minor rounding_driver simplification
Paul Eggert
2018-09-11
1
-8
/
+5
*
|
Fix misleading name ‘double_to_bignum’
Paul Eggert
2018-09-10
1
-1
/
+1
*
|
Improve (round FIXNUM FIXNUM) performance
Paul Eggert
2018-09-05
1
-22
/
+52
*
|
Fix (round FLOAT BIGNUM) bug
Paul Eggert
2018-09-04
1
-2
/
+5
*
|
Speed up (+ 2 2) by a factor of 10
Paul Eggert
2018-09-03
1
-31
/
+13
*
|
Fix Fnatnump typos
Paul Eggert
2018-08-28
1
-1
/
+1
*
|
Modularize bignums better
Paul Eggert
2018-08-27
1
-35
/
+15
*
|
Fix bugs when rounding to bignums
Paul Eggert
2018-08-22
1
-2
/
+14
*
|
Add bignum support to floor, ceiling, etc.
Paul Eggert
2018-08-21
1
-40
/
+55
*
|
Avoid libgmp aborts by imposing limits
Paul Eggert
2018-08-21
1
-23
/
+1
*
|
Fix expt signedness bug --without-wide-int
Paul Eggert
2018-08-19
1
-1
/
+1
*
|
Add bignum support to expt
Paul Eggert
2018-08-19
1
-20
/
+27
*
|
Fix bug with ‘mod’ and float+bignum
Paul Eggert
2018-08-18
1
-4
/
+2
*
|
Improve ‘abs’ performance
Paul Eggert
2018-08-17
1
-17
/
+30
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-7
/
+0
|
\
\
|
*
|
Simplify by assuming C99 math.h isnan etc.
Paul Eggert
2018-07-31
1
-7
/
+0
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-15
/
+15
*
|
|
Fix bignum creation when EMACS_INT is wider than long
Tom Tromey
2018-07-19
1
-1
/
+2
*
|
|
Make logb handle bignums
Tom Tromey
2018-07-12
1
-1
/
+4
*
|
|
Make abs handle bignums
Tom Tromey
2018-07-12
1
-2
/
+17
*
|
|
Allow conversion of bignums to floats
Tom Tromey
2018-07-12
1
-2
/
+4
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-16
/
+16
|
/
/
*
/
(format "%d" F) now truncates floating F
Paul Eggert
2018-06-25
1
-8
/
+5
|
/
*
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
*
Remove isnan hack for Solaris 10 gcc 3.4.3
Paul Eggert
2017-03-07
1
-7
/
+6
*
Define copysign on all platforms
Paul Eggert
2017-03-07
1
-5
/
+9
*
ffloor etc. now accept only floats
Paul Eggert
2017-03-05
1
-6
/
+10
*
* src/floatfns.c (Fftruncate): Simplify via emacs_trunc.
Paul Eggert
2017-03-04
1
-4
/
+1
*
logb now works correctly on large integers
Paul Eggert
2017-03-03
1
-11
/
+31
[next]