summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fexpt): Use floats for negative exponent.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Ffloor): Doc fix.Lute Kamstra2005-03-161-2/+2
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* (Flogb): Don't use VALMASK.Stefan Monnier2003-11-051-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (Fatan): Accept an optional second arg and call atan2 if passed 2 args.Eli Zaretskii2002-02-191-6/+18
* (Fround): Fix a typo.Eli Zaretskii2002-02-081-1/+1
* (Fround): A better doc fix.Eli Zaretskii2002-02-081-4/+3
* (Fround): Doc fix.Eli Zaretskii2002-02-081-1/+7
* (Fceiling, Ffloor): Doc fixes.Richard M. Stallman2001-11-141-2/+4
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-87/+87
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-7/+7
* float_error() is defined iff FLOAT_CATCH_SIGILL is defined.Pavel Janík2001-10-121-0/+2
* (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.Gerd Moellmann2001-10-061-4/+2
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-221-0/+2
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-18/+0
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-3/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-9/+9
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+2
* No need to include <float.h> before "lisp.h",Paul Eggert1997-10-231-6/+4
* (emacs_rint): Define this,Richard M. Stallman1997-09-031-6/+10
* Include float.h before lisp.h.Richard M. Stallman1997-07-051-4/+6
* Whitespace change.Richard M. Stallman1997-02-011-1/+1
* [!HAVE_RINT] (rint): Convert macro to an actualKarl Heuer1997-01-251-4/+9
* (rounding_driver): New function for systematic support ofPaul Eggert1997-01-111-75/+107
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-1/+34
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-2/+2
* Comment change.Richard M. Stallman1996-09-161-1/+3
* (Qarith_error): Delete redundant definition.Karl Heuer1996-07-151-2/+0
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.Erik Naggum1996-01-091-10/+10
* Comment fixes.Karl Heuer1996-01-051-1/+1
* Fexpt): Doc fix.Richard M. Stallman1995-11-101-1/+1
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-7/+0
* (Fexpt): Use EMACS_INT for integer calculation.Karl Heuer1995-07-171-2/+2
* (Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1995-05-201-2/+3
* (Flogb): Use EMACS_INT for `value'.Richard M. Stallman1995-04-071-1/+1
* (Fabs): Don't use XFASTINT when negative.Karl Heuer1994-10-061-1/+1