log src/floatfns.c @ 39792:664c63b19441

age author description
2001-10-06 Gerd Moellmann (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
2000-08-22 Andrew Innes [USE_CRT_DLL]: Remove unnecessary extern, which screws
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-12 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1997-10-23 Paul Eggert No need to include <float.h> before "lisp.h",
1997-09-03 Richard M. Stallman (emacs_rint): Define this,
1997-07-05 Richard M. Stallman Include float.h before lisp.h.
1997-02-01 Richard M. Stallman Whitespace change.
1997-01-25 Karl Heuer [!HAVE_RINT] (rint): Convert macro to an actual
1997-01-11 Paul Eggert (rounding_driver): New function for systematic support of
1996-12-30 Paul Eggert <float.h>: Include if STDC_HEADERS.
1996-09-17 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
1996-09-16 Richard M. Stallman Comment change.
1996-07-15 Karl Heuer (Qarith_error): Delete redundant definition.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.
1996-01-05 Karl Heuer Comment fixes.
1995-11-10 Richard M. Stallman Fexpt): Doc fix.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-07-17 Karl Heuer (Fexpt): Use EMACS_INT for integer calculation.
1995-05-20 Karl Heuer (Flogb): frexp needs a pointer to int, not EMACS_INT.
1995-04-07 Richard M. Stallman (Flogb): Use EMACS_INT for `value'.
1994-10-06 Karl Heuer (Fabs): Don't use XFASTINT when negative.
1994-10-04 Karl Heuer (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
1994-09-27 Karl Heuer (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): Use
1994-09-17 Richard M. Stallman (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
1994-05-11 Richard M. Stallman Don't declare logb if it is a macro.
1994-05-06 Richard M. Stallman Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.