| Age | Commit message (Expand) | Author |
| 2017-03-07 | Remove isnan hack for Solaris 10 gcc 3.4.3 | Paul Eggert |
| 2017-03-07 | Define copysign on all platforms | Paul Eggert |
| 2017-03-05 | ffloor etc. now accept only floats | Paul Eggert |
| 2017-03-04 | * src/floatfns.c (Fftruncate): Simplify via emacs_trunc. | Paul Eggert |
| 2017-03-03 | logb now works correctly on large integers | Paul Eggert |
| 2017-03-02 | Restore XFLOATINT but with restricted args | Paul Eggert |
| 2017-03-02 | Remove XFLOATINT | Paul Eggert |
| 2017-03-01 | Fix rounding error in ‘ceiling’ etc. | Paul Eggert |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert |
| 2016-06-13 | Doc fixes for grammar and typos (bug#23746) | Stephen Berman |
| 2016-03-18 | ; Spelling fixes | Paul Eggert |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-09-16 | Omit unnecessary \ before paren in C docstrings | Paul Eggert |
| 2015-08-01 | Simplify by assuming C99 integer division | Paul Eggert |
| 2015-03-24 | Fix minor ldexp issues | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-05-01 | Doc fixes | Glenn Morris |
| 2014-03-19 | Fix porting inconsistency about rounding to even. | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-10-22 | Port to Solaris 10 and its bundled GCC. | Paul Eggert |
| 2013-06-20 | Add log2 support and make log10 obsolete for consistency. | Paul Eggert |
| 2013-06-19 | * floatfns.c: Add commentary re C99 and C11. | Paul Eggert |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Simplify via eabs. | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-10 | Simplify, document, and port floating-point. | Paul Eggert |
| 2012-09-09 | Assume C89 or later for math functions. | Paul Eggert |
| 2012-09-08 | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)). | Paul Eggert |
| 2012-09-07 | More signal-handler cleanup. | Paul Eggert |
| 2012-09-06 | Signal-handler cleanup. | Paul Eggert |
| 2012-09-05 | Fix race conditions with signal handlers and errno. | Paul Eggert |
| 2012-09-05 | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert |
| 2012-07-16 | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT. | Paul Eggert |
| 2012-02-10 | Merge from trunk. | Paul Eggert |
| 2012-01-21 | Make second arg of copysign non-optional. | Chong Yidong |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-10-06 | * floatfns.c (Fexpt): Avoid unnecessary multiplications. | Paul Eggert |
| 2011-09-26 | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow. | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-09-06 | isnan: Fix porting problem to Solaris 10 with bundled gcc. | Paul Eggert |
| 2011-07-10 | Merge from trunk. | Paul Eggert |
| 2011-07-10 | Protoize | Andreas Schwab |
| 2011-07-06 | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert |
| 2011-06-12 | * floatfns.c (Fexpt): Omit unnecessary cast to unsigned. | Paul Eggert |