aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-28/+1
* Doc fixesGlenn Morris2014-05-011-3/+2
* Fix porting inconsistency about rounding to even.Paul Eggert2014-03-191-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port to Solaris 10 and its bundled GCC.Paul Eggert2013-10-221-6/+7
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-201-15/+10
* * floatfns.c: Add commentary re C99 and C11.Paul Eggert2013-06-191-0/+11
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+8
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+2
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-9/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify, document, and port floating-point.Paul Eggert2012-09-101-212/+19
* Assume C89 or later for math functions.Paul Eggert2012-09-091-352/+83
* * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-081-2/+2
* More signal-handler cleanup.Paul Eggert2012-09-071-1/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-1/+0
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-35/+0
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-2/+2
* * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert2012-07-161-1/+1
* Merge from trunk.Paul Eggert2012-02-101-1/+1
|\
| * Make second arg of copysign non-optional.Chong Yidong2012-01-211-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * floatfns.c (Fexpt): Avoid unnecessary multiplications.Paul Eggert2011-10-061-18/+5
* | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.Paul Eggert2011-09-261-1/+2
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* isnan: Fix porting problem to Solaris 10 with bundled gcc.Paul Eggert2011-09-061-2/+5
* Merge from trunk.Paul Eggert2011-07-101-2/+1
|\
| * ProtoizeAndreas Schwab2011-07-101-2/+1
* | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-3/+0
|/
* * floatfns.c (Fexpt): Omit unnecessary cast to unsigned.Paul Eggert2011-06-121-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-3/+3
* * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing.Paul Eggert2011-03-161-6/+6
* * floatfns.c (domain_error2): Define only if needed.Paul Eggert2011-03-161-2/+3
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-3/+5
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-2/+2
* | Convert old-style definitionsAndreas Schwab2010-07-121-6/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-84/+42
* | Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-051-18/+11
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-2/+1