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#14869: fl+ and fl* should also accept 0 arguments Date: Tue, 16 Jul 2013 04:03:01 -0400 Message-ID: <87oba33pai.fsf@tines.lan> References: <87r4f06lnl.fsf@industria.weinholt.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373961849 17825 80.91.229.3 (16 Jul 2013 08:04:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 08:04:09 +0000 (UTC) Cc: 14869-done@debbugs.gnu.org To: =?UTF-8?Q?G=C3=B6ran?= Weinholt Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jul 16 10:04:08 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 1Uz0Ey-0001ZF-HO for guile-bugs@m.gmane.org; Tue, 16 Jul 2013 10:04:08 +0200 Original-Received: from localhost ([::1]:39988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz0Ex-00004r-OF for guile-bugs@m.gmane.org; Tue, 16 Jul 2013 04:04:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz0Ev-0008WR-6V for bug-guile@gnu.org; Tue, 16 Jul 2013 04:04:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz0Et-0003OZ-Sv for bug-guile@gnu.org; Tue, 16 Jul 2013 04:04:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz0Et-0003OV-QT for bug-guile@gnu.org; Tue, 16 Jul 2013 04:04:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Uz0Et-0000Cr-46 for bug-guile@gnu.org; Tue, 16 Jul 2013 04:04:03 -0400 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Tue, 16 Jul 2013 08:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14869 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 14869@debbugs.gnu.org, mhw@netris.org, goran@weinholt.se Original-Received: via spool by 14869-done@debbugs.gnu.org id=D14869.1373961810690 (code D ref 14869); Tue, 16 Jul 2013 08:04:02 +0000 Original-Received: (at 14869-done) by debbugs.gnu.org; 16 Jul 2013 08:03:30 +0000 Original-Received: from localhost ([127.0.0.1]:57531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uz0EK-0000B1-VD for submit@debbugs.gnu.org; Tue, 16 Jul 2013 04:03:29 -0400 Original-Received: from world.peace.net ([96.39.62.75]:53320 ident=hope6) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uz0EH-0000Ac-CU for 14869-done@debbugs.gnu.org; Tue, 16 Jul 2013 04:03:26 -0400 Original-Received: from 209-6-120-240.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([209.6.120.240] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Uz0EA-0000XW-Vj; Tue, 16 Jul 2013 04:03:19 -0400 In-Reply-To: <87r4f06lnl.fsf@industria.weinholt.se> ("=?UTF-8?Q?G=C3=B6ran?= Weinholt"'s message of "Mon, 15 Jul 2013 14:41:02 +0200") 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.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.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:7222 Archived-At: G=C3=B6ran Weinholt writes: > the fl+ and fl* procedures from (rnrs) should also accept 0 arguments, Fixed in 62460767e133b4516c30920a4ba705889fb99f18. Thanks! Mark