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#13809: [PATCH] Support calling foreign functions of 10 or more arguments Date: Thu, 28 Feb 2013 06:40:57 -0500 Message-ID: <87txowwtrq.fsf@tines.lan> References: <87621h6xkl.fsf@tines.lan> <87a9qs937u.fsf@pobox.com> <878v6azol2.fsf_-_@tines.lan> <87fw0ixg4p.fsf@pobox.com> <87ppzlxv95.fsf@tines.lan> <87d2vku8z2.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362051732 14631 80.91.229.3 (28 Feb 2013 11:42:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 11:42:12 +0000 (UTC) To: 13809-done@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 28 12:42:35 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 1UB1sg-00014a-1K for guile-bugs@m.gmane.org; Thu, 28 Feb 2013 12:42:34 +0100 Original-Received: from localhost ([::1]:34962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1sL-0001sF-2w for guile-bugs@m.gmane.org; Thu, 28 Feb 2013 06:42:13 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1sG-0001rB-NO for bug-guile@gnu.org; Thu, 28 Feb 2013 06:42:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB1sF-0007Bv-E2 for bug-guile@gnu.org; Thu, 28 Feb 2013 06:42:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1sF-0007Bd-A0 for bug-guile@gnu.org; Thu, 28 Feb 2013 06:42:07 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UB1u6-0002xc-DQ for bug-guile@gnu.org; Thu, 28 Feb 2013 06:44:02 -0500 Resent-From: Mark H Weaver Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-guile@gnu.org Resent-Date: Thu, 28 Feb 2013 11:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 13809 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 13809@debbugs.gnu.org, mhw@netris.org, mhw@netris.org Original-Received: via spool by 13809-done@debbugs.gnu.org id=D13809.136205178911297 (code D ref 13809); Thu, 28 Feb 2013 11:44:01 +0000 Original-Received: (at 13809-done) by debbugs.gnu.org; 28 Feb 2013 11:43:09 +0000 Original-Received: from localhost ([127.0.0.1]:55235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB1tE-0002wA-Gw for submit@debbugs.gnu.org; Thu, 28 Feb 2013 06:43:09 -0500 Original-Received: from world.peace.net ([96.39.62.75]:36761) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB1tB-0002w0-KA for 13809-done@debbugs.gnu.org; Thu, 28 Feb 2013 06:43:06 -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 1UB1rE-0000xK-97; Thu, 28 Feb 2013 06:41:04 -0500 In-Reply-To: <87d2vku8z2.fsf@pobox.com> (Andy Wingo's message of "Thu, 28 Feb 2013 09:40:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (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:6807 Archived-At: Andy Wingo writes: > Looks great, please apply. Thank you! Pushed. Thanks! Mark