aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-3/+2
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-9/+9
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+2
1997-10-23No need to include <float.h> before "lisp.h",Paul Eggert1-6/+4
1997-09-03(emacs_rint): Define this,Richard M. Stallman1-6/+10
1997-07-05Include float.h before lisp.h.Richard M. Stallman1-4/+6
1997-02-01Whitespace change.Richard M. Stallman1-1/+1
1997-01-25[!HAVE_RINT] (rint): Convert macro to an actualKarl Heuer1-4/+9
1997-01-11(rounding_driver): New function for systematic support ofPaul Eggert1-75/+107
1996-12-30<float.h>: Include if STDC_HEADERS.Paul Eggert1-1/+34
1996-09-17Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1-2/+2
1996-09-16Comment change.Richard M. Stallman1-1/+3
1996-07-15(Qarith_error): Delete redundant definition.Karl Heuer1-2/+0
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.Erik Naggum1-10/+10
1996-01-05Comment fixes.Karl Heuer1-1/+1
1995-11-10Fexpt): Doc fix.Richard M. Stallman1-1/+1
1995-10-31(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1-7/+0
1995-07-17(Fexpt): Use EMACS_INT for integer calculation.Karl Heuer1-2/+2
1995-05-20(Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1-2/+3
1995-04-07(Flogb): Use EMACS_INT for `value'.Richard M. Stallman1-1/+1
1994-10-06(Fabs): Don't use XFASTINT when negative.Karl Heuer1-1/+1
1994-10-04(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macrosKarl Heuer1-5/+5
1994-09-27(extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): UseKarl Heuer1-15/+14
1994-09-17(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.Richard M. Stallman1-4/+6
1994-05-11Don't declare logb if it is a macro.Richard M. Stallman1-2/+2
1994-05-06Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.Richard M. Stallman1-2/+0
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-04-29[MSDOS]: Re-enable some #undef's.Karl Heuer1-4/+1
1994-04-28(logb): Test HPUX, not hpux.Richard M. Stallman1-2/+2
1994-03-16(FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.Karl Heuer1-8/+50
1994-03-15(Flogb): Check for 0.0. Emulate logb if needed.Karl Heuer1-11/+28
1994-03-12(Fexpt): Delete extraneous `for' statement.Karl Heuer1-1/+0
1994-01-15(Fffloor, Ffceil, Ffround, Fftruncate): New functions.Richard M. Stallman1-4/+2
1994-01-08[MSDOS]: Don't define HAVE_MATHERR.Richard M. Stallman1-1/+13
1993-10-25Declare `logb' only if HAVE_LOGB is defined.Brian Fox1-3/+3
1993-10-09[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.Richard M. Stallman1-0/+10
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-08-13(Flogb): Error at run time if not supported.Richard M. Stallman1-1/+2
1993-08-12(Flogb): Doc fix.Richard M. Stallman1-1/+1
1993-08-10(Fexpt): Use IN_FLOAT2.Richard M. Stallman1-3/+3
1993-08-10(Ffloor): Optional second operand specifies divisor, as in Common Lisp.Paul Eggert1-15/+61
1993-08-09* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theJim Blandy1-3/+7
1993-06-12(Fexpt): New local `val' for making integer to return.Richard M. Stallman1-3/+4
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-2/+2
1993-06-07(Fceiling): Fix spelling of "ceiling".Richard M. Stallman1-1/+1
1993-06-01[!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.Richard M. Stallman1-1/+2
1993-05-25(logb): Don't declare if hpux.Richard M. Stallman1-0/+2
1993-05-24Fix typo in last change.Richard M. Stallman1-1/+1
1993-05-24[NO_MATHERR]: Undef HAVE_MATHERR.Richard M. Stallman1-0/+4