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: [PATCHES] Numeric improvements Date: Tue, 12 Mar 2013 16:58:05 -0400 Message-ID: <87ip4w2v4y.fsf@tines.lan> References: <87vc96ds5w.fsf@tines.lan> <87mwugd3o8.fsf@gnu.org> <87fw089i9m.fsf@tines.lan> <874ngnagqx.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363122246 9211 80.91.229.3 (12 Mar 2013 21:04:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2013 21:04:06 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 12 22:04:27 2013 Return-path: Envelope-to: guile-devel@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 1UFWN0-0005qI-QD for guile-devel@m.gmane.org; Tue, 12 Mar 2013 22:04:26 +0100 Original-Received: from localhost ([::1]:50771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFWMe-00016B-9q for guile-devel@m.gmane.org; Tue, 12 Mar 2013 17:04:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFWLX-0000Y3-IM for guile-devel@gnu.org; Tue, 12 Mar 2013 17:04:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFWHI-00030Y-F7 for guile-devel@gnu.org; Tue, 12 Mar 2013 17:02:54 -0400 Original-Received: from world.peace.net ([96.39.62.75]:60251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFWHI-0002uc-BE for guile-devel@gnu.org; Tue, 12 Mar 2013 16:58:32 -0400 Original-Received: from 209-6-96-61.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com ([209.6.96.61] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UFWH1-0006K1-FL; Tue, 12 Mar 2013 16:58:15 -0400 In-Reply-To: <874ngnagqx.fsf@tines.lan> (Mark H. Weaver's message of "Thu, 07 Mar 2013 01:03:34 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15896 Archived-At: I wrote: > Here are improved versions of the patches needed to enable mini-gmp > integration. I think these are ready to commit. Reviews welcome. I went ahead and pushed these first 5 patches. However, I've since realized that these 5 aren't quite enough for mini-gmp integration. One of the 3 remaining patches is also needed. I hope to get those ready soon. They lack only tests. Thanks, Mark