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.bugs Subject: bug#11887: [PATCH] Improve standards conformance of string->number (was Re: bug#11887: string->number edge cases) Date: Thu, 07 Mar 2013 15:47:17 -0500 Message-ID: <87zjyf544q.fsf@tines.lan> References: <87sjd1qfs3.fsf@Kagami.home> <87txopyk9i.fsf@pobox.com> <878v61ekh4.fsf@tines.lan> <20130305191426.GJ4379@frohike.xs4all.nl> <87obew9yy9.fsf_-_@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362689340 526 80.91.229.3 (7 Mar 2013 20:49:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Mar 2013 20:49:00 +0000 (UTC) Cc: Ian Price To: 11887-done@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Mar 07 21:49:21 2013 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UDhkf-00051Z-5f for guile-bugs@m.gmane.org; Thu, 07 Mar 2013 21:49:21 +0100 Original-Received: from localhost ([::1]:33327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhkJ-0008Tr-EE for guile-bugs@m.gmane.org; Thu, 07 Mar 2013 15:48:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhjt-0007gr-8t for bug-guile@gnu.org; Thu, 07 Mar 2013 15:48:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDhjq-00005L-5c for bug-guile@gnu.org; Thu, 07 Mar 2013 15:48:33 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDhjq-00005D-0v for bug-guile@gnu.org; Thu, 07 Mar 2013 15:48:30 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UDhkM-0002NP-Pv for bug-guile@gnu.org; Thu, 07 Mar 2013 15:49:03 -0500 Resent-From: Mark H Weaver Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-guile@gnu.org Resent-Date: Thu, 07 Mar 2013 20:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11887 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 11887@debbugs.gnu.org, mhw@netris.org, ianprice90@googlemail.com Original-Received: via spool by 11887-done@debbugs.gnu.org id=D11887.13626892879069 (code D ref 11887); Thu, 07 Mar 2013 20:49:02 +0000 Original-Received: (at 11887-done) by debbugs.gnu.org; 7 Mar 2013 20:48:07 +0000 Original-Received: from localhost ([127.0.0.1]:37100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UDhjS-0002ME-QX for submit@debbugs.gnu.org; Thu, 07 Mar 2013 15:48:06 -0500 Original-Received: from world.peace.net ([96.39.62.75]:52004 ident=hope9) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UDhjP-0002M4-SF for 11887-done@debbugs.gnu.org; Thu, 07 Mar 2013 15:48:04 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UDhim-0003Yf-B1; Thu, 07 Mar 2013 15:47:24 -0500 In-Reply-To: <87obew9yy9.fsf_-_@tines.lan> (Mark H. Weaver's message of "Wed, 06 Mar 2013 13:15:42 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6873 Archived-At: I wrote: > Here's a patch to fix these problems. Comments and suggestions welcome. I went ahead and pushed this to stable-2.0. I'm closing this bug. Thanks, Mark