From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Miscellaneous fixes and improvements Date: Sat, 12 Feb 2011 12:35:56 +0100 Message-ID: References: <87bp2jwqm9.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 1297510263 30901 80.91.229.12 (12 Feb 2011 11:31:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 11:31:03 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Feb 12 12:30:59 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 1PoDgo-0007yU-K2 for guile-devel@m.gmane.org; Sat, 12 Feb 2011 12:30:58 +0100 Original-Received: from localhost ([127.0.0.1]:38413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoDgo-0006Lw-6T for guile-devel@m.gmane.org; Sat, 12 Feb 2011 06:30:58 -0500 Original-Received: from [140.186.70.92] (port=54074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoDgh-0006As-K6 for guile-devel@gnu.org; Sat, 12 Feb 2011 06:30:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoDgf-0003c1-P3 for guile-devel@gnu.org; Sat, 12 Feb 2011 06:30:51 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:38225 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoDgf-0003bm-IY for guile-devel@gnu.org; Sat, 12 Feb 2011 06:30:49 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7CB6F3256; Sat, 12 Feb 2011 06:31:51 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=2VBQJD4ymOWBXggBw0jdaBbikx8=; b=YcsxZ7 1R/3+ibPNMcYIy92akOGCBj/aNPF7DNJyBZQAqNxFIOV/ZaQwB7ujk/SAzkGTFvD cdB91YDIAVsQ0hSjG1WkVWS8iujfUlvyQHhSAuz3h8sUxIj6ynEw0sEUO6vyeR+7 uBeMMQdEnESFM0IBJJtJCRXml/yl1x69t/i0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=yDNF2tcKBtHSHf6sFDPvbtECk10VkJ1s eLYzk6vfz3ZWg5vi1wjwHT5uhWG8QUXCd6wJpTSYCDOVVd9AD1wJi29vHfdwL5qs TmlHMmCPxTJ+mahIPnxn88r5F+61aLBhVHY9WN99SaSuuhY4twBB0yWdIUDWhBHk Fz0KgOB9Ffg= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 6A0463255; Sat, 12 Feb 2011 06:31:50 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id C15C43251; Sat, 12 Feb 2011 06:31:48 -0500 (EST) In-Reply-To: <87bp2jwqm9.fsf@yeeloong.netris.org> (Mark H. Weaver's message of "Thu, 10 Feb 2011 16:01:50 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: AEF08978-369B-11E0-BD7C-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:11570 Archived-At: On Thu 10 Feb 2011 22:01, Mark H Weaver writes: > Here are some miscellaneous fixes. The only non-trivial patch here is > the last one, which includes (among other things) another rework of the > testing framework for number-theoretic division operators. Applied, thanks. Andy -- http://wingolog.org/