aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv1-0/+1
2004-04-16Sync to HEADKenichi Handa1-2/+5
2003-11-05(Flogb): Don't use VALMASK.Stefan Monnier1-2/+2
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-3/+3
2002-02-19(Fatan): Accept an optional second arg and call atan2 if passed 2 args.Eli Zaretskii1-6/+18
2002-02-08(Fround): Fix a typo.Eli Zaretskii1-1/+1
2002-02-08(Fround): A better doc fix.Eli Zaretskii1-4/+3
2002-02-08(Fround): Doc fix.Eli Zaretskii1-1/+7
2001-11-14(Fceiling, Ffloor): Doc fixes.Richard M. Stallman1-2/+4
2001-11-13Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-87/+87
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-7/+7
2001-10-12float_error() is defined iff FLOAT_CATCH_SIGILL is defined.Pavel Janík1-0/+2
2001-10-06(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.Gerd Moellmann1-4/+2
2000-08-22[USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes1-0/+2
2000-02-17Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann1-18/+0
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-3/+2
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-9/+9
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+2
1997-10-23No need to include <float.h> before "lisp.h",Paul Eggert1-6/+4
1997-09-03(emacs_rint): Define this,Richard M. Stallman1-6/+10
1997-07-05Include float.h before lisp.h.Richard M. Stallman1-4/+6
1997-02-01Whitespace change.Richard M. Stallman1-1/+1
1997-01-25[!HAVE_RINT] (rint): Convert macro to an actualKarl Heuer1-4/+9
1997-01-11(rounding_driver): New function for systematic support ofPaul Eggert1-75/+107