From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] First batch of numerics changes Date: Wed, 26 Jan 2011 13:07:07 -0500 Message-ID: <87ei7z5yk4.fsf@yeeloong.netris.org> References: <87lj2762xc.fsf@yeeloong.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296065244 28247 80.91.229.12 (26 Jan 2011 18:07:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 18:07:24 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 26 19:07:20 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pi9m3-0005qR-3e for guile-devel@m.gmane.org; Wed, 26 Jan 2011 19:07:19 +0100 Original-Received: from localhost ([127.0.0.1]:32812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi9m2-0000rg-Bd for guile-devel@m.gmane.org; Wed, 26 Jan 2011 13:07:18 -0500 Original-Received: from [140.186.70.92] (port=36651 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi9lz-0000ra-P9 for guile-devel@gnu.org; Wed, 26 Jan 2011 13:07:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi9ly-0004EX-QS for guile-devel@gnu.org; Wed, 26 Jan 2011 13:07:15 -0500 Original-Received: from world.peace.net ([216.204.32.208]:35658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi9ly-0004EL-MO for guile-devel@gnu.org; Wed, 26 Jan 2011 13:07:14 -0500 Original-Received: from ip68-9-118-38.ri.ri.cox.net ([68.9.118.38] helo=freedomincluded) by world.peace.net with esmtpa (Exim 4.69) (envelope-from ) id 1Pi9lt-0001X1-Fk; Wed, 26 Jan 2011 13:07:09 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1Pi9lr-0002G3-D4; Wed, 26 Jan 2011 13:07:07 -0500 In-Reply-To: <87lj2762xc.fsf@yeeloong.netris.org> (Mark H. Weaver's message of "Wed, 26 Jan 2011 11:32:47 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11343 Archived-At: I wrote: > Here's my first batch of numerics bugfixes and other changes for > improved mathematical correctness and R6RS compliance. As far as > I can tell, they're ready to commit. Reviews solicited. Apologies for the wasted bandwidth, but I now realize that R6RS does not actually require that (eqv? +nan.0 +nan.0) be false, so I will let it remain true for the sake of backward compatibility. Therefore, for the time being, please disregard: 0008-equal-and-eqv-equivalent-for-numbers-and-not-eq.patch and all patches after it. I will post revised patches soon. Mark