aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.Vincent Belaïche2010-05-071-0/+70
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Comment (add Author:, based on ack.texi).Glenn Morris2009-01-101-0/+3
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-10/+0
* * unexnext.c:Dan Nicolaescu2008-06-261-14/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | (Fexpt): Manually check for overflows, so that a powerMichaël Cadilhac2007-10-011-3/+6
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* (arith_error, range_error, domain_error): Use xsignal2.Kim F. Storm2006-07-181-16/+14
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Flog): Doc fix.Richard M. Stallman2005-12-111-1/+1
* (Fexpt): Use floats for negative exponent.Thien-Thi Nguyen2005-08-091-1/+2
* (Fexpt): Undo previous change.Richard M. Stallman2005-08-071-2/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Munge comment associated w/ last change to describe intent; nfc.Thien-Thi Nguyen2005-08-071-1/+1