| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
|/ |
|
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -9/+0 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -212/+19 |
* | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -352/+83 |
* | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)). | Paul Eggert | 2012-09-08 | 1 | -2/+2 |
* | More signal-handler cleanup. | Paul Eggert | 2012-09-07 | 1 | -1/+1 |
* | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -1/+0 |
* | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -35/+0 |
* | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -2/+2 |
* | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT. | Paul Eggert | 2012-07-16 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -1/+1 |
|\ |
|
| * | Make second arg of copysign non-optional. | Chong Yidong | 2012-01-21 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * floatfns.c (Fexpt): Avoid unnecessary multiplications. | Paul Eggert | 2011-10-06 | 1 | -18/+5 |
* | | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow. | Paul Eggert | 2011-09-26 | 1 | -1/+2 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | isnan: Fix porting problem to Solaris 10 with bundled gcc. | Paul Eggert | 2011-09-06 | 1 | -2/+5 |
* | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -2/+1 |
|\ |
|
| * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
* | | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -3/+0 |
|/ |
|
* | * floatfns.c (Fexpt): Omit unnecessary cast to unsigned. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -3/+3 |
* | * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -6/+6 |
* | * floatfns.c (domain_error2): Define only if needed. | Paul Eggert | 2011-03-16 | 1 | -2/+3 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |