summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAge
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-22
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-17
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-19
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-12
* Fix -Wimplicit warnings.Andreas Schwab1998-04-14
* No need to include <float.h> before "lisp.h",Paul Eggert1997-10-23
* (emacs_rint): Define this,Richard M. Stallman1997-09-03
* Include float.h before lisp.h.Richard M. Stallman1997-07-05
* Whitespace change.Richard M. Stallman1997-02-01
* [!HAVE_RINT] (rint): Convert macro to an actualKarl Heuer1997-01-25
* (rounding_driver): New function for systematic support ofPaul Eggert1997-01-11
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-30
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-17
* Comment change.Richard M. Stallman1996-09-16
* (Qarith_error): Delete redundant definition.Karl Heuer1996-07-15
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.Erik Naggum1996-01-09
* Comment fixes.Karl Heuer1996-01-05
* Fexpt): Doc fix.Richard M. Stallman1995-11-10
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-31
* (Fexpt): Use EMACS_INT for integer calculation.Karl Heuer1995-07-17
* (Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1995-05-20
* (Flogb): Use EMACS_INT for `value'.Richard M. Stallman1995-04-07
* (Fabs): Don't use XFASTINT when negative.Karl Heuer1994-10-06
* (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macrosKarl Heuer1994-10-04
* (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): UseKarl Heuer1994-09-27
* (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.Richard M. Stallman1994-09-17
* Don't declare logb if it is a macro.Richard M. Stallman1994-05-11
* Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.Richard M. Stallman1994-05-06
* Update copyright.Karl Heuer1994-05-04
* [MSDOS]: Re-enable some #undef's.Karl Heuer1994-04-29
* (logb): Test HPUX, not hpux.Richard M. Stallman1994-04-28
* (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.Karl Heuer1994-03-16
* (Flogb): Check for 0.0. Emulate logb if needed.Karl Heuer1994-03-15
* (Fexpt): Delete extraneous `for' statement.Karl Heuer1994-03-12
* (Fffloor, Ffceil, Ffround, Fftruncate): New functions.Richard M. Stallman1994-01-15
* [MSDOS]: Don't define HAVE_MATHERR.Richard M. Stallman1994-01-08
* Declare `logb' only if HAVE_LOGB is defined.Brian Fox1993-10-25
* [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.Richard M. Stallman1993-10-09
* Include <config.h> instead of "config.h".Roland McGrath1993-09-10
* (Flogb): Error at run time if not supported.Richard M. Stallman1993-08-13
* (Flogb): Doc fix.Richard M. Stallman1993-08-12
* (Fexpt): Use IN_FLOAT2.Richard M. Stallman1993-08-10
* (Ffloor): Optional second operand specifies divisor, as in Common Lisp.Paul Eggert1993-08-10
* * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theJim Blandy1993-08-09
* (Fexpt): New local `val' for making integer to return.Richard M. Stallman1993-06-12
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-09
* (Fceiling): Fix spelling of "ceiling".Richard M. Stallman1993-06-07
* [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.Richard M. Stallman1993-06-01
* (logb): Don't declare if hpux.Richard M. Stallman1993-05-25