log src/floatfns.c @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128

age author description
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.
1994-05-04 Karl Heuer Update copyright.
1994-04-29 Karl Heuer [MSDOS]: Re-enable some #undef's.
1994-04-28 Richard M. Stallman (logb): Test HPUX, not hpux.
1994-03-16 Karl Heuer (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.
1994-03-15 Karl Heuer (Flogb): Check for 0.0. Emulate logb if needed.
1994-03-12 Karl Heuer (Fexpt): Delete extraneous `for' statement.
1994-01-15 Richard M. Stallman (Fffloor, Ffceil, Ffround, Fftruncate): New functions.
1994-01-08 Richard M. Stallman [MSDOS]: Don't define HAVE_MATHERR.
1993-10-25 Brian Fox Declare `logb' only if HAVE_LOGB is defined.
1993-10-09 Richard M. Stallman [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-13 Richard M. Stallman (Flogb): Error at run time if not supported.
1993-08-12 Richard M. Stallman (Flogb): Doc fix.
1993-08-10 Richard M. Stallman (Fexpt): Use IN_FLOAT2.
1993-08-10 Paul Eggert (Ffloor): Optional second operand specifies divisor, as in Common Lisp.
1993-08-09 Jim Blandy * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
1993-06-12 Richard M. Stallman (Fexpt): New local `val' for making integer to return.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman (Fceiling): Fix spelling of "ceiling".
1993-06-01 Richard M. Stallman [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
1993-05-25 Richard M. Stallman (logb): Don't declare if hpux.
1993-05-24 Richard M. Stallman Fix typo in last change.
1993-05-24 Richard M. Stallman [NO_MATHERR]: Undef HAVE_MATHERR.
1993-05-22 Jim Blandy Updated copyright years.
1993-03-15 Jim Blandy * floatfns.c (logb): Add extern declaration for this.
1993-03-11 Richard M. Stallman (Flogb): Fix arg names. Don't confuse Lisp_Object with integer.
1993-03-11 Richard M. Stallman (Flogb): Fix use of IN_FLOAT.
1993-03-11 Jim Blandy * floatfns.c (Flogb): Undo the change of Feb 22.
1993-03-10 Richard M. Stallman (FLOAT_CHECK_ERRNO): Define unless NO_FLOAT_CHECK_ERRNO.
1993-02-22 Jim Blandy * floatfns.c (Flogb): Always implement this by calling Flog, even
1992-12-24 Jim Blandy * floatfns.c (Flog): Fix unescaped newline in string.
1992-10-31 Jim Blandy * floatfns.c (Flog): Don't forget to declare the BASE argument a
1992-08-19 Jim Blandy * floatfns.c (Fexpm1, Flog1p): Function removed; it's not widely
1992-06-07 Richard M. Stallman entered into RCS
1992-06-04 Richard M. Stallman *** empty log message ***
1992-05-10 Jim Blandy *** empty log message ***
1992-05-01 Jim Blandy *** empty log message ***