log src/floatfns.c @ 20892:18f3cb26243f before-miles-orphaned-changes gcc-2_8_1-980401 gcc-2_8_1-980407 gcc-2_8_1-980412 gcc-2_8_1-980413 gcc-2_8_1-RELEASE gcc_2_8_1-980315 libc-980214 libc-980215 libc-980216 libc-980217 libc-980218 libc-980219 libc-980220 libc-980221 libc-980222 libc-980223 libc-980224 libc-980225 libc-980226 libc-980227 libc-980228 libc-980301 libc-980302 libc-980303 libc-980304 libc-980306 libc-980307 libc-980308 libc-980309 libc-980310 libc-980311 libc-980312 libc-980313 libc-980314 libc-980315 libc-980316 libc-980317 libc-980318 libc-980319 libc-980320 libc-980321 libc-980322 libc-980323 libc-980324 libc-980325 libc-980326 libc-980327 libc-980328 libc-980329 libc-980330 libc-980331 libc-980401 libc-980402 libc-980403 libc-980404 libc-980405 libc-980406 libc-980407 libc-980408 libc-980409 libc-980410 libc-980411 libc-980412 libc-980413 libc-980414 libc-980428 libc-980429 libc-980430 libc-980501 libc-980502 libc-980503 libc-980504 libc-980505 libc-980506 libc-980507 libc-980508 libc-980509 libc-980510 libc-980512 libc-980513 libc-980514 libc-980515 libc-980516 libc-980517 libc-980518 libc-980519 libc-980520 libc-980521 libc-980522 libc-980523 libc-980524 libc-980525 libc-980526 libc-980527 libc-980528 libc-980529 libc-980530 libc-980531 libc-980601 libc-980602 libc-980603 libc-980604 libc-980605 libc-980606 libc-980607 libc-980608 libc-980609 libc-980610 libc-980611 libc-980612 libc-980613

age author description
Thu, 23 Oct 1997 04:29:36 +0000 Paul Eggert No need to include <float.h> before "lisp.h",
Wed, 03 Sep 1997 23:01:57 +0000 Richard M. Stallman (emacs_rint): Define this,
Sat, 05 Jul 1997 03:27:25 +0000 Richard M. Stallman Include float.h before lisp.h.
Sat, 01 Feb 1997 01:39:11 +0000 Richard M. Stallman Whitespace change.
Sat, 25 Jan 1997 09:50:25 +0000 Karl Heuer [!HAVE_RINT] (rint): Convert macro to an actual
Sat, 11 Jan 1997 17:44:06 +0000 Paul Eggert (rounding_driver): New function for systematic support of
Mon, 30 Dec 1996 08:07:51 +0000 Paul Eggert <float.h>: Include if STDC_HEADERS.
Tue, 17 Sep 1996 03:43:54 +0000 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
Mon, 16 Sep 1996 05:13:46 +0000 Richard M. Stallman Comment change.
Mon, 15 Jul 1996 23:53:58 +0000 Karl Heuer (Qarith_error): Delete redundant definition.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:32:16 +0000 Erik Naggum (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Fri, 10 Nov 1995 04:29:21 +0000 Richard M. Stallman Fexpt): Doc fix.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Mon, 17 Jul 1995 22:18:04 +0000 Karl Heuer (Fexpt): Use EMACS_INT for integer calculation.
Sat, 20 May 1995 03:36:53 +0000 Karl Heuer (Flogb): frexp needs a pointer to int, not EMACS_INT.
Fri, 07 Apr 1995 19:00:48 +0000 Richard M. Stallman (Flogb): Use EMACS_INT for `value'.
Thu, 06 Oct 1994 22:38:08 +0000 Karl Heuer (Fabs): Don't use XFASTINT when negative.
Tue, 04 Oct 1994 12:06:28 +0000 Karl Heuer (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
Tue, 27 Sep 1994 03:01:14 +0000 Karl Heuer (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): Use
Sat, 17 Sep 1994 00:31:05 +0000 Richard M. Stallman (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
Wed, 11 May 1994 00:17:44 +0000 Richard M. Stallman Don't declare logb if it is a macro.
Fri, 06 May 1994 18:14:02 +0000 Richard M. Stallman Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Fri, 29 Apr 1994 23:16:43 +0000 Karl Heuer [MSDOS]: Re-enable some #undef's.
Thu, 28 Apr 1994 19:37:53 +0000 Richard M. Stallman (logb): Test HPUX, not hpux.
Wed, 16 Mar 1994 06:14:56 +0000 Karl Heuer (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.
Tue, 15 Mar 1994 03:16:05 +0000 Karl Heuer (Flogb): Check for 0.0. Emulate logb if needed.
Sat, 12 Mar 1994 04:16:49 +0000 Karl Heuer (Fexpt): Delete extraneous `for' statement.
Sat, 15 Jan 1994 13:28:24 +0000 Richard M. Stallman (Fffloor, Ffceil, Ffround, Fftruncate): New functions.
Sat, 08 Jan 1994 09:16:45 +0000 Richard M. Stallman [MSDOS]: Don't define HAVE_MATHERR.
Mon, 25 Oct 1993 04:54:54 +0000 Brian Fox Declare `logb' only if HAVE_LOGB is defined.
Sat, 09 Oct 1993 21:51:36 +0000 Richard M. Stallman [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Fri, 13 Aug 1993 00:46:48 +0000 Richard M. Stallman (Flogb): Error at run time if not supported.
Thu, 12 Aug 1993 22:07:47 +0000 Richard M. Stallman (Flogb): Doc fix.
Tue, 10 Aug 1993 05:47:49 +0000 Richard M. Stallman (Fexpt): Use IN_FLOAT2.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (Ffloor): Optional second operand specifies divisor, as in Common Lisp.
Mon, 09 Aug 1993 06:04:14 +0000 Jim Blandy * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
Sat, 12 Jun 1993 07:19:24 +0000 Richard M. Stallman (Fexpt): New local `val' for making integer to return.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Mon, 07 Jun 1993 18:29:07 +0000 Richard M. Stallman (Fceiling): Fix spelling of "ceiling".
Tue, 01 Jun 1993 20:29:48 +0000 Richard M. Stallman [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
Tue, 25 May 1993 20:41:49 +0000 Richard M. Stallman (logb): Don't declare if hpux.
Mon, 24 May 1993 17:45:04 +0000 Richard M. Stallman Fix typo in last change.
Mon, 24 May 1993 17:44:10 +0000 Richard M. Stallman [NO_MATHERR]: Undef HAVE_MATHERR.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Mon, 15 Mar 1993 20:17:07 +0000 Jim Blandy * floatfns.c (logb): Add extern declaration for this.
Thu, 11 Mar 1993 07:25:50 +0000 Richard M. Stallman (Flogb): Fix arg names. Don't confuse Lisp_Object with integer.
Thu, 11 Mar 1993 07:22:49 +0000 Richard M. Stallman (Flogb): Fix use of IN_FLOAT.
Thu, 11 Mar 1993 07:13:24 +0000 Jim Blandy * floatfns.c (Flogb): Undo the change of Feb 22.
Wed, 10 Mar 1993 05:33:40 +0000 Richard M. Stallman (FLOAT_CHECK_ERRNO): Define unless NO_FLOAT_CHECK_ERRNO.
Mon, 22 Feb 1993 14:41:26 +0000 Jim Blandy * floatfns.c (Flogb): Always implement this by calling Flog, even
Thu, 24 Dec 1992 06:16:01 +0000 Jim Blandy * floatfns.c (Flog): Fix unescaped newline in string.
Sat, 31 Oct 1992 05:19:58 +0000 Jim Blandy * floatfns.c (Flog): Don't forget to declare the BASE argument a
Wed, 19 Aug 1992 06:26:13 +0000 Jim Blandy * floatfns.c (Fexpm1, Flog1p): Function removed; it's not widely
Sun, 07 Jun 1992 01:50:14 +0000 Richard M. Stallman entered into RCS
Thu, 04 Jun 1992 04:22:08 +0000 Richard M. Stallman *** empty log message ***
Sun, 10 May 1992 18:15:10 +0000 Jim Blandy *** empty log message ***