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] Improved exactness handling for complex number parsing Date: Thu, 10 Feb 2011 16:08:51 -0500 Message-ID: <877hd7wqak.fsf@yeeloong.netris.org> References: <559961.81235.qm@web37904.mail.mud.yahoo.com> <87bp2tu5or.fsf@yeeloong.netris.org> <877hdhtr7v.fsf_-_@yeeloong.netris.org> <87fws2plh5.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297372662 22666 80.91.229.12 (10 Feb 2011 21:17:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 21:17:42 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 10 22:17:37 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 1PndtO-0000sq-8M for guile-devel@m.gmane.org; Thu, 10 Feb 2011 22:17:34 +0100 Original-Received: from localhost ([127.0.0.1]:37639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PndlE-0008OM-57 for guile-devel@m.gmane.org; Thu, 10 Feb 2011 16:09:08 -0500 Original-Received: from [140.186.70.92] (port=43342 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pndl9-0008Ll-CU for guile-devel@gnu.org; Thu, 10 Feb 2011 16:09:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pndl8-0000yv-9P for guile-devel@gnu.org; Thu, 10 Feb 2011 16:09:03 -0500 Original-Received: from world.peace.net ([216.204.32.208]:51216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pndl7-0000yc-22; Thu, 10 Feb 2011 16:09:01 -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 1Pndl1-0002N1-VJ; Thu, 10 Feb 2011 16:08:56 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1Pndl1-0004Kw-1n; Thu, 10 Feb 2011 16:08:55 -0500 In-Reply-To: <87fws2plh5.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 05 Feb 2011 16:08:54 +0100") 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-Received-From: 216.204.32.208 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:11547 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > One nitpick: it would be nice if (part of) the documentation that=E2=80= =99s in > the commit logs were in the source files, so one sees it when reading > the corresponding code. Excellent suggestion. I've just submitted a patch to do this. Thanks! Mark