(construct_menu_click, construct_mouse_click):
[bpt/emacs.git] / src / floatfns.c
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 FoxDeclare `logb' only if HAVE_LOGB is defined.
1993-10-09 Richard M. Stallman[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
1993-09-10 Roland McGrathInclude <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...
1993-08-09 Jim Blandy* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs...
1993-06-12 Richard M. Stallman(Fexpt): New local `val' for making integer to return.
1993-06-09 Jim BlandyApply 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. StallmanFix typo in last change.
1993-05-24 Richard M. Stallman[NO_MATHERR]: Undef HAVE_MATHERR.
1993-05-22 Jim BlandyUpdated 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...
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...
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...
1992-08-19 Jim Blandy* floatfns.c (Fexpm1, Flog1p): Function removed; it...
1992-06-07 Richard M. Stallmanentered 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 ***
1992-04-24 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1990-09-27 Mike RowanInitial revision