aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-03-15* floatfns.c (logb): Add extern declaration for this.Jim Blandy1-4/+13
1993-03-11(Flogb): Fix arg names. Don't confuse Lisp_Object with integer.Richard M. Stallman1-3/+4
1993-03-11(Flogb): Fix use of IN_FLOAT.Richard M. Stallman1-1/+1
1993-03-11* floatfns.c (Flogb): Undo the change of Feb 22.Jim Blandy1-5/+11
1993-03-10(FLOAT_CHECK_ERRNO): Define unless NO_FLOAT_CHECK_ERRNO.Richard M. Stallman1-184/+447
1993-02-22* floatfns.c (Flogb): Always implement this by calling Flog, evenJim Blandy1-16/+15
1992-12-24* floatfns.c (Flog): Fix unescaped newline in string.Jim Blandy1-1/+1
1992-10-31* floatfns.c (Flog): Don't forget to declare the BASE argument aJim Blandy1-2/+3
1992-08-19* floatfns.c (Fexpm1, Flog1p): Function removed; it's not widelyJim Blandy1-30/+27
1992-06-07entered into RCSRichard M. Stallman1-5/+5
1992-06-04*** empty log message ***Richard M. Stallman1-95/+110
1992-05-10*** empty log message ***Jim Blandy1-5/+2
1992-05-01*** empty log message ***Jim Blandy1-1/+5
1992-04-24*** empty log message ***Jim Blandy1-6/+6
1992-01-13*** empty log message ***Jim Blandy1-10/+31
1990-09-27Initial revisionMike Rowan1-0/+558