| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -10/+10 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | Fexpt): Doc fix. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -7/+0 |
* | (Fexpt): Use EMACS_INT for integer calculation. | Karl Heuer | 1995-07-17 | 1 | -2/+2 |
* | (Flogb): frexp needs a pointer to int, not EMACS_INT. | Karl Heuer | 1995-05-20 | 1 | -2/+3 |
* | (Flogb): Use EMACS_INT for `value'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
* | (Fabs): Don't use XFASTINT when negative. | Karl Heuer | 1994-10-06 | 1 | -1/+1 |
* | (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros | Karl Heuer | 1994-10-04 | 1 | -5/+5 |
* | (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): Use | Karl Heuer | 1994-09-27 | 1 | -15/+14 |
* | (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -4/+6 |
* | Don't declare logb if it is a macro. | Richard M. Stallman | 1994-05-11 | 1 | -2/+2 |
* | Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. | Richard M. Stallman | 1994-05-06 | 1 | -2/+0 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | [MSDOS]: Re-enable some #undef's. | Karl Heuer | 1994-04-29 | 1 | -4/+1 |
* | (logb): Test HPUX, not hpux. | Richard M. Stallman | 1994-04-28 | 1 | -2/+2 |
* | (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros. | Karl Heuer | 1994-03-16 | 1 | -8/+50 |
* | (Flogb): Check for 0.0. Emulate logb if needed. | Karl Heuer | 1994-03-15 | 1 | -11/+28 |
* | (Fexpt): Delete extraneous `for' statement. | Karl Heuer | 1994-03-12 | 1 | -1/+0 |
* | (Fffloor, Ffceil, Ffround, Fftruncate): New functions. | Richard M. Stallman | 1994-01-15 | 1 | -4/+2 |
* | [MSDOS]: Don't define HAVE_MATHERR. | Richard M. Stallman | 1994-01-08 | 1 | -1/+13 |
* | Declare `logb' only if HAVE_LOGB is defined. | Brian Fox | 1993-10-25 | 1 | -3/+3 |
* | [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. | Richard M. Stallman | 1993-10-09 | 1 | -0/+10 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (Flogb): Error at run time if not supported. | Richard M. Stallman | 1993-08-13 | 1 | -1/+2 |
* | (Flogb): Doc fix. | Richard M. Stallman | 1993-08-12 | 1 | -1/+1 |
* | (Fexpt): Use IN_FLOAT2. | Richard M. Stallman | 1993-08-10 | 1 | -3/+3 |
* | (Ffloor): Optional second operand specifies divisor, as in Common Lisp. | Paul Eggert | 1993-08-10 | 1 | -15/+61 |
* | * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the | Jim Blandy | 1993-08-09 | 1 | -3/+7 |
* | (Fexpt): New local `val' for making integer to return. | Richard M. Stallman | 1993-06-12 | 1 | -3/+4 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | (Fceiling): Fix spelling of "ceiling". | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
* | [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition. | Richard M. Stallman | 1993-06-01 | 1 | -1/+2 |
* | (logb): Don't declare if hpux. | Richard M. Stallman | 1993-05-25 | 1 | -0/+2 |
* | Fix typo in last change. | Richard M. Stallman | 1993-05-24 | 1 | -1/+1 |
* | [NO_MATHERR]: Undef HAVE_MATHERR. | Richard M. Stallman | 1993-05-24 | 1 | -0/+4 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | * floatfns.c (logb): Add extern declaration for this. | Jim Blandy | 1993-03-15 | 1 | -4/+13 |
* | (Flogb): Fix arg names. Don't confuse Lisp_Object with integer. | Richard M. Stallman | 1993-03-11 | 1 | -3/+4 |
* | (Flogb): Fix use of IN_FLOAT. | Richard M. Stallman | 1993-03-11 | 1 | -1/+1 |
* | * floatfns.c (Flogb): Undo the change of Feb 22. | Jim Blandy | 1993-03-11 | 1 | -5/+11 |
* | (FLOAT_CHECK_ERRNO): Define unless NO_FLOAT_CHECK_ERRNO. | Richard M. Stallman | 1993-03-10 | 1 | -184/+447 |
* | * floatfns.c (Flogb): Always implement this by calling Flog, even | Jim Blandy | 1993-02-22 | 1 | -16/+15 |
* | * floatfns.c (Flog): Fix unescaped newline in string. | Jim Blandy | 1992-12-24 | 1 | -1/+1 |
* | * floatfns.c (Flog): Don't forget to declare the BASE argument a | Jim Blandy | 1992-10-31 | 1 | -2/+3 |
* | * floatfns.c (Fexpm1, Flog1p): Function removed; it's not widely | Jim Blandy | 1992-08-19 | 1 | -30/+27 |
* | entered into RCS | Richard M. Stallman | 1992-06-07 | 1 | -5/+5 |
* | *** empty log message *** | Richard M. Stallman | 1992-06-04 | 1 | -95/+110 |
* | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -5/+2 |