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
*
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
*
Restore XFLOATINT but with restricted args
Paul Eggert
2017-03-02
1
-10
/
+2
*
Remove XFLOATINT
Paul Eggert
2017-03-02
1
-2
/
+2
*
Fix rounding error in ‘ceiling’ etc.
Paul Eggert
2017-03-01
1
-34
/
+33
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Doc fixes for grammar and typos (bug#23746)
Stephen Berman
2016-06-13
1
-2
/
+2
*
; Spelling fixes
Paul Eggert
2016-03-18
1
-2
/
+1
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-7
/
+7
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-4
/
+4
*
Simplify by assuming C99 integer division
Paul Eggert
2015-08-01
1
-13
/
+3
*
Fix minor ldexp issues
Paul Eggert
2015-03-24
1
-5
/
+5
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+2
*
Doc fixes
Glenn Morris
2014-05-01
1
-3
/
+2
*
Fix porting inconsistency about rounding to even.
Paul Eggert
2014-03-19
1
-1
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Port to Solaris 10 and its bundled GCC.
Paul Eggert
2013-10-22
1
-6
/
+7
*
Add log2 support and make log10 obsolete for consistency.
Paul Eggert
2013-06-20
1
-15
/
+10
*
* floatfns.c: Add commentary re C99 and C11.
Paul Eggert
2013-06-19
1
-0
/
+11
*
Use functions, not macros, for XINT etc.
Paul Eggert
2013-06-16
1
-0
/
+8
[next]