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