| Commit message (Expand) | Author | Files | Lines |
| 2002-02-19 | (Fatan): Accept an optional second arg and call atan2 if passed 2 args. | Eli Zaretskii | 1 | -6/+18 |
| 2002-02-08 | (Fround): Fix a typo. | Eli Zaretskii | 1 | -1/+1 |
| 2002-02-08 | (Fround): A better doc fix. | Eli Zaretskii | 1 | -4/+3 |
| 2002-02-08 | (Fround): Doc fix. | Eli Zaretskii | 1 | -1/+7 |
| 2001-11-14 | (Fceiling, Ffloor): Doc fixes. | Richard M. Stallman | 1 | -2/+4 |
| 2001-11-13 | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 1 | -87/+87 |
| 2001-11-02 | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 1 | -7/+7 |
| 2001-10-12 | float_error() is defined iff FLOAT_CATCH_SIGILL is defined. | Pavel Janík | 1 | -0/+2 |
| 2001-10-06 | (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P. | Gerd Moellmann | 1 | -4/+2 |
| 2000-08-22 | [USE_CRT_DLL]: Remove unnecessary extern, which screws | Andrew Innes | 1 | -0/+2 |
| 2000-02-17 | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 1 | -18/+0 |
| 1999-10-19 | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1 | -3/+2 |
| 1999-09-12 | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1 | -9/+9 |
| 1998-04-14 | Fix -Wimplicit warnings. | Andreas Schwab | 1 | -0/+2 |
| 1997-10-23 | No need to include <float.h> before "lisp.h", | Paul Eggert | 1 | -6/+4 |
| 1997-09-03 | (emacs_rint): Define this, | Richard M. Stallman | 1 | -6/+10 |
| 1997-07-05 | Include float.h before lisp.h. | Richard M. Stallman | 1 | -4/+6 |
| 1997-02-01 | Whitespace change. | Richard M. Stallman | 1 | -1/+1 |
| 1997-01-25 | [!HAVE_RINT] (rint): Convert macro to an actual | Karl Heuer | 1 | -4/+9 |
| 1997-01-11 | (rounding_driver): New function for systematic support of | Paul Eggert | 1 | -75/+107 |
| 1996-12-30 | <float.h>: Include if STDC_HEADERS. | Paul Eggert | 1 | -1/+34 |
| 1996-09-17 | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1 | -2/+2 |
| 1996-09-16 | Comment change. | Richard M. Stallman | 1 | -1/+3 |
| 1996-07-15 | (Qarith_error): Delete redundant definition. | Karl Heuer | 1 | -2/+0 |
| 1996-01-15 | Update FSF's address in the preamble. | Erik Naggum | 1 | -1/+2 |
| 1996-01-09 | (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation. | Erik Naggum | 1 | -10/+10 |
| 1996-01-05 | Comment fixes. | Karl Heuer | 1 | -1/+1 |
| 1995-11-10 | Fexpt): Doc fix. | Richard M. Stallman | 1 | -1/+1 |
| 1995-10-31 | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1 | -7/+0 |
| 1995-07-17 | (Fexpt): Use EMACS_INT for integer calculation. | Karl Heuer | 1 | -2/+2 |
| 1995-05-20 | (Flogb): frexp needs a pointer to int, not EMACS_INT. | Karl Heuer | 1 | -2/+3 |
| 1995-04-07 | (Flogb): Use EMACS_INT for `value'. | Richard M. Stallman | 1 | -1/+1 |
| 1994-10-06 | (Fabs): Don't use XFASTINT when negative. | Karl Heuer | 1 | -1/+1 |
| 1994-10-04 | (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros | Karl Heuer | 1 | -5/+5 |
| 1994-09-27 | (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): Use | Karl Heuer | 1 | -15/+14 |
| 1994-09-17 | (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT. | Richard M. Stallman | 1 | -4/+6 |
| 1994-05-11 | Don't declare logb if it is a macro. | Richard M. Stallman | 1 | -2/+2 |
| 1994-05-06 | Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. | Richard M. Stallman | 1 | -2/+0 |
| 1994-05-04 | Update copyright. | Karl Heuer | 1 | -1/+1 |
| 1994-04-29 | [MSDOS]: Re-enable some #undef's. | Karl Heuer | 1 | -4/+1 |
| 1994-04-28 | (logb): Test HPUX, not hpux. | Richard M. Stallman | 1 | -2/+2 |
| 1994-03-16 | (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros. | Karl Heuer | 1 | -8/+50 |
| 1994-03-15 | (Flogb): Check for 0.0. Emulate logb if needed. | Karl Heuer | 1 | -11/+28 |
| 1994-03-12 | (Fexpt): Delete extraneous `for' statement. | Karl Heuer | 1 | -1/+0 |
| 1994-01-15 | (Fffloor, Ffceil, Ffround, Fftruncate): New functions. | Richard M. Stallman | 1 | -4/+2 |
| 1994-01-08 | [MSDOS]: Don't define HAVE_MATHERR. | Richard M. Stallman | 1 | -1/+13 |
| 1993-10-25 | Declare `logb' only if HAVE_LOGB is defined. | Brian Fox | 1 | -3/+3 |
| 1993-10-09 | [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. | Richard M. Stallman | 1 | -0/+10 |
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath | 1 | -1/+1 |
| 1993-08-13 | (Flogb): Error at run time if not supported. | Richard M. Stallman | 1 | -1/+2 |