summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAge
* Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-13
* ; Spelling fixesPaul Eggert2016-03-18
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Simplify by assuming C99 integer divisionPaul Eggert2015-08-01
* Fix minor ldexp issuesPaul Eggert2015-03-24
* Update copyright year to 2015Paul Eggert2015-01-01
* Doc fixesGlenn Morris2014-05-01
* Fix porting inconsistency about rounding to even.Paul Eggert2014-03-19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Port to Solaris 10 and its bundled GCC.Paul Eggert2013-10-22
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-20
* * floatfns.c: Add commentary re C99 and C11.Paul Eggert2013-06-19
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify via eabs.Paul Eggert2013-01-01
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify, document, and port floating-point.Paul Eggert2012-09-10
* Assume C89 or later for math functions.Paul Eggert2012-09-09
* * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-08
* More signal-handler cleanup.Paul Eggert2012-09-07
* Signal-handler cleanup.Paul Eggert2012-09-06
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-05
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-05
* * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert2012-07-16
* Merge from trunk.Paul Eggert2012-02-10
|\
| * Make second arg of copysign non-optional.Chong Yidong2012-01-21
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * floatfns.c (Fexpt): Avoid unnecessary multiplications.Paul Eggert2011-10-06
* | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.Paul Eggert2011-09-26
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* isnan: Fix porting problem to Solaris 10 with bundled gcc.Paul Eggert2011-09-06
* Merge from trunk.Paul Eggert2011-07-10
|\
| * ProtoizeAndreas Schwab2011-07-10
* | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-06
|/
* * floatfns.c (Fexpt): Omit unnecessary cast to unsigned.Paul Eggert2011-06-12
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing.Paul Eggert2011-03-16
* * floatfns.c (domain_error2): Define only if needed.Paul Eggert2011-03-16
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\