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.
|