]> code.delx.au - gnu-emacs/history - src/floatfns.c
*** empty log message ***
[gnu-emacs] / src / floatfns.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-11 Richard M. Stallman(Flog): Doc fix.
2005-08-09 Thien-Thi Nguyen(Fexpt): Use floats for negative exponent.
2005-08-07 Richard M. Stallman(Fexpt): Undo previous change.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-08-07 Thien-Thi NguyenMunge comment associated w/ last change to describe...
2005-08-06 Thien-Thi Nguyen(Fexpt): Use floats for negative exponent.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-03-16 Lute Kamstra(Ffloor): Doc fix.
2004-12-15 Jan Djärv* syssignal.h: Declare main_thread.
2003-11-05 Stefan Monnier(Flogb): Don't use VALMASK.
2003-09-01 Miles BaderAdd arch taglines
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-02-19 Eli Zaretskii(Fatan): Accept an optional second arg and call atan2...
2002-02-08 Eli Zaretskii(Fround): Fix a typo.
2002-02-08 Eli Zaretskii(Fround): A better doc fix.
2002-02-08 Eli Zaretskii(Fround): Doc fix.
2001-11-14 Richard M. Stallman(Fceiling, Ffloor): Doc fixes.
2001-11-13 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-12 Pavel Janíkfloat_error() is defined iff FLOAT_CATCH_SIGILL is...
2001-10-06 Gerd Moellmann(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
2000-08-22 Andrew Innes[USE_CRT_DLL]: Remove unnecessary extern, which screws
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1997-10-23 Paul EggertNo need to include <float.h> before "lisp.h",
1997-09-03 Richard M. Stallman(emacs_rint): Define this,
1997-07-05 Richard M. StallmanInclude float.h before lisp.h.
1997-02-01 Richard M. StallmanWhitespace change.
1997-01-25 Karl Heuer[!HAVE_RINT] (rint): Convert macro to an actual
1997-01-11 Paul Eggert(rounding_driver): New function for systematic support of
1996-12-30 Paul Eggert<float.h>: Include if STDC_HEADERS.
1996-09-17 Karl HeuerReplaced symbol BSD with BSD_SYSTEM.
1996-09-16 Richard M. StallmanComment change.
1996-07-15 Karl Heuer(Qarith_error): Delete redundant definition.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fbessel_jn, Fbessel_yn): Harmonize arguments with...
1996-01-05 Karl HeuerComment fixes.
1995-11-10 Richard M. StallmanFexpt): Doc fix.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-07-17 Karl Heuer(Fexpt): Use EMACS_INT for integer calculation.
1995-05-20 Karl Heuer(Flogb): frexp needs a pointer to int, not EMACS_INT.
1995-04-07 Richard M. Stallman(Flogb): Use EMACS_INT for `value'.
1994-10-06 Karl Heuer(Fabs): Don't use XFASTINT when negative.
1994-10-04 Karl Heuer(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor...
1994-09-27 Karl Heuer(extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor...
1994-09-17 Richard M. Stallman(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
1994-05-11 Richard M. StallmanDon't declare logb if it is a macro.
1994-05-06 Richard M. StallmanDon't guard DOMAIN && SING && OVERFLOW check by an...
1994-05-04 Karl HeuerUpdate copyright.
1994-04-29 Karl Heuer[MSDOS]: Re-enable some #undef's.
1994-04-28 Richard M. Stallman(logb): Test HPUX, not hpux.
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