summaryrefslogtreecommitdiff
path: root/src/floatfns.c
AgeCommit message (Expand)Author
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-16* floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing.Paul Eggert
2011-03-16* floatfns.c (domain_error2): Define only if needed.Paul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-05Convert function definitions and declarations to standard C.Dan Nicolaescu
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-05-07* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.Vincent Belaïche
2010-04-01Remove extern errno declarations.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-10Comment (add Author:, based on ack.texi).Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-07-31* bitmaps/README:Dan Nicolaescu
2008-06-26* unexnext.c:Dan Nicolaescu
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-10-01(Fexpt): Manually check for overflows, so that a powerMichaël Cadilhac
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-07-18(arith_error, range_error, domain_error): Use xsignal2.Kim F. Storm
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-11(Flog): Doc fix.Richard M. Stallman
2005-08-09(Fexpt): Use floats for negative exponent.Thien-Thi Nguyen
2005-08-07(Fexpt): Undo previous change.Richard M. Stallman
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Munge comment associated w/ last change to describe intent; nfc.Thien-Thi Nguyen
2005-08-06(Fexpt): Use floats for negative exponent.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-03-16(Ffloor): Doc fix.Lute Kamstra
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv
2003-11-05(Flogb): Don't use VALMASK.Stefan Monnier
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-02-19(Fatan): Accept an optional second arg and call atan2 if passed 2 args.Eli Zaretskii
2002-02-08(Fround): Fix a typo.Eli Zaretskii
2002-02-08(Fround): A better doc fix.Eli Zaretskii
2002-02-08(Fround): Doc fix.Eli Zaretskii
2001-11-14(Fceiling, Ffloor): Doc fixes.Richard M. Stallman
2001-11-13Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík