aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-21Make second arg of copysign non-optional.Chong Yidong1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-10-06* floatfns.c (Fexpt): Avoid unnecessary multiplications.Paul Eggert1-18/+5
2011-09-26* floatfns.c (Fexpt): Avoid undefined signed * signed overflow.Paul Eggert1-1/+2
2011-09-09Whitespace changes.Juanma Barranquero1-2/+2
2011-09-06isnan: Fix porting problem to Solaris 10 with bundled gcc.Paul Eggert1-2/+5
2011-07-10ProtoizeAndreas Schwab1-2/+1
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-3/+0
2011-06-12* floatfns.c (Fexpt): Omit unnecessary cast to unsigned.Paul Eggert1-1/+1
2011-05-04Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert1-29/+17
2011-05-03* floatfns.c (Fexpt): Likewise.Paul Eggert1-17/+29
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-2/+2
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-2/+2
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris1-3/+3
2011-03-16* floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing.Paul Eggert1-6/+6
2011-03-16* floatfns.c (domain_error2): Define only if needed.Paul Eggert1-2/+3
2011-01-26Refill some long/short copyright headers.Glenn Morris1-1/+3
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D1-3/+5
2010-08-09Use const char* instead of char*.Dan Nicolaescu1-2/+2
2010-07-12Convert old-style definitionsAndreas Schwab1-6/+4
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-84/+42
2010-07-05Convert function definitions and declarations to standard C.Dan Nicolaescu1-18/+11
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu1-2/+1
2010-05-07* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.Vincent Belaïche1-0/+70
2010-04-01Remove extern errno declarations.Dan Nicolaescu1-4/+0
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-10Comment (add Author:, based on ack.texi).Glenn Morris1-0/+3
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-07-31* bitmaps/README:Dan Nicolaescu1-10/+0
2008-06-26* unexnext.c:Dan Nicolaescu1-14/+0
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-10-01(Fexpt): Manually check for overflows, so that a powerMichaël Cadilhac1-3/+6
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-07-18(arith_error, range_error, domain_error): Use xsignal2.Kim F. Storm1-16/+14
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-12-11(Flog): Doc fix.Richard M. Stallman1-1/+1
2005-08-09(Fexpt): Use floats for negative exponent.Thien-Thi Nguyen1-1/+2
2005-08-07(Fexpt): Undo previous change.Richard M. Stallman1-2/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-08-07Munge comment associated w/ last change to describe intent; nfc.Thien-Thi Nguyen1-1/+1
2005-08-06(Fexpt): Use floats for negative exponent.Thien-Thi Nguyen1-1/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-03-16(Ffloor): Doc fix.Lute Kamstra1-2/+2