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: fix for expt bug Date: Tue, 02 Nov 2010 22:10:08 -0400 Message-ID: <87aalrxim7.fsf@yeeloong.netris.org> References: <8762whnc4d.fsf@yeeloong.netris.org> <87r5f4l3yt.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 1288750245 25089 80.91.229.12 (3 Nov 2010 02:10:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2010 02:10:45 +0000 (UTC) Cc: guile-devel To: Ramakrishnan Muthukrishnan Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 03 03:10:36 2010 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 1PDSo7-0004wZ-QN for guile-devel@m.gmane.org; Wed, 03 Nov 2010 03:10:36 +0100 Original-Received: from localhost ([127.0.0.1]:54165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDSo7-0005so-4z for guile-devel@m.gmane.org; Tue, 02 Nov 2010 22:10:35 -0400 Original-Received: from [140.186.70.92] (port=39522 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDSno-0005pi-U0 for guile-devel@gnu.org; Tue, 02 Nov 2010 22:10:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDSnn-0007hi-NL for guile-devel@gnu.org; Tue, 02 Nov 2010 22:10:16 -0400 Original-Received: from world.peace.net ([216.204.32.208]:45797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDSnn-0007hQ-JL for guile-devel@gnu.org; Tue, 02 Nov 2010 22:10:15 -0400 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 1PDSni-0007zw-H3; Tue, 02 Nov 2010 22:10:10 -0400 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1PDSng-00050T-Dl; Tue, 02 Nov 2010 22:10:08 -0400 In-Reply-To: (Ramakrishnan Muthukrishnan's message of "Tue, 2 Nov 2010 11:06:06 +0530") 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:11106 Archived-At: Hi Ramakrishnan, I noticed one more problem with your commit message. It should mention the other included bug fix, for when the exponent is an inexact integer, e.g. (expt 2 2.0). Thanks, Mark