log src/floatfns.c @ 98333:aedea0a2dba4

age author description
Thu, 31 Jul 2008 05:33:56 +0000 Dan Nicolaescu * bitmaps/README:
Thu, 26 Jun 2008 04:24:54 +0000 Dan Nicolaescu * unexnext.c:
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Sat, 19 Mar 2005 02:42:17 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
Sat, 25 Dec 2004 02:00:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Mon, 01 Oct 2007 09:17:14 +0000 Michal Cadilhac (Fexpt): Manually check for overflows, so that a power
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 14 Jan 2007 03:38:22 +0000 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
Tue, 18 Jul 2006 13:27:54 +0000 Kim F. Storm (arith_error, range_error, domain_error): Use xsignal2.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 11 Dec 2005 05:09:00 +0000 Richard M. Stallman (Flog): Doc fix.
Tue, 09 Aug 2005 07:36:12 +0000 Thien-Thi Nguyen (Fexpt): Use floats for negative exponent.
Sun, 07 Aug 2005 17:47:33 +0000 Richard M. Stallman (Fexpt): Undo previous change.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 07 Aug 2005 00:55:01 +0000 Thien-Thi Nguyen Munge comment associated w/ last change to describe intent; nfc.
Sat, 06 Aug 2005 18:25:05 +0000 Thien-Thi Nguyen (Fexpt): Use floats for negative exponent.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Wed, 16 Mar 2005 15:00:17 +0000 Lute Kamstra (Ffloor): Doc fix.
Wed, 15 Dec 2004 21:40:41 +0000 Jan Djrv * syssignal.h: Declare main_thread.
Wed, 05 Nov 2003 16:45:11 +0000 Stefan Monnier (Flogb): Don't use VALMASK.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Tue, 19 Feb 2002 10:58:07 +0000 Eli Zaretskii (Fatan): Accept an optional second arg and call atan2 if passed 2 args.
Fri, 08 Feb 2002 13:03:27 +0000 Eli Zaretskii (Fround): Fix a typo.
Fri, 08 Feb 2002 10:21:21 +0000 Eli Zaretskii (Fround): A better doc fix.
Fri, 08 Feb 2002 10:18:41 +0000 Eli Zaretskii (Fround): Doc fix.
Wed, 14 Nov 2001 00:07:09 +0000 Richard M. Stallman (Fceiling, Ffloor): Doc fixes.
Tue, 13 Nov 2001 07:48:37 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Fri, 12 Oct 2001 06:07:34 +0000 Pavel Jank float_error() is defined iff FLOAT_CATCH_SIGILL is defined.
Sat, 06 Oct 2001 23:44:55 +0000 Gerd Moellmann (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
Tue, 22 Aug 2000 22:19:26 +0000 Andrew Innes [USE_CRT_DLL]: Remove unnecessary extern, which screws
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Thu, 23 Oct 1997 04:29:36 +0000 Paul Eggert No need to include <float.h> before "lisp.h",
Wed, 03 Sep 1997 23:01:57 +0000 Richard M. Stallman (emacs_rint): Define this,
Sat, 05 Jul 1997 03:27:25 +0000 Richard M. Stallman Include float.h before lisp.h.
Sat, 01 Feb 1997 01:39:11 +0000 Richard M. Stallman Whitespace change.
Sat, 25 Jan 1997 09:50:25 +0000 Karl Heuer [!HAVE_RINT] (rint): Convert macro to an actual
Sat, 11 Jan 1997 17:44:06 +0000 Paul Eggert (rounding_driver): New function for systematic support of
Mon, 30 Dec 1996 08:07:51 +0000 Paul Eggert <float.h>: Include if STDC_HEADERS.
Tue, 17 Sep 1996 03:43:54 +0000 Karl Heuer Replaced symbol BSD with BSD_SYSTEM.
Mon, 16 Sep 1996 05:13:46 +0000 Richard M. Stallman Comment change.
Mon, 15 Jul 1996 23:53:58 +0000 Karl Heuer (Qarith_error): Delete redundant definition.