From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: [bug] Bad refernce to GMP in README. Date: Thu, 23 Dec 2010 12:24:22 +0000 Message-ID: <87r5d88yo9.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1293107123 25634 80.91.229.12 (23 Dec 2010 12:25:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 12:25:23 +0000 (UTC) Cc: bug-guile@gnu.org To: Yuriy Taraday Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 23 13:25:17 2010 Return-path: Envelope-to: guile-bugs@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 1PVkEN-0005LC-Um for guile-bugs@m.gmane.org; Thu, 23 Dec 2010 13:25:16 +0100 Original-Received: from localhost ([127.0.0.1]:58374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVkEN-0001TK-DA for guile-bugs@m.gmane.org; Thu, 23 Dec 2010 07:25:15 -0500 Original-Received: from [140.186.70.92] (port=41603 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVkED-0001T8-BF for bug-guile@gnu.org; Thu, 23 Dec 2010 07:25:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVkEB-0005jG-6b for bug-guile@gnu.org; Thu, 23 Dec 2010 07:25:05 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:34759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVkEB-0005UH-0l for bug-guile@gnu.org; Thu, 23 Dec 2010 07:25:03 -0500 Original-Received: from arudy (unknown [78.149.199.147]) by mail3.uklinux.net (Postfix) with ESMTP id 287831F697A; Thu, 23 Dec 2010 12:24:25 +0000 (GMT) Original-Received: from neil-laptop (neil-laptop [192.168.11.7]) by arudy (Postfix) with ESMTP id 9CFC538013; Thu, 23 Dec 2010 12:24:23 +0000 (GMT) In-Reply-To: (Yuriy Taraday's message of "Tue, 14 Dec 2010 13:55:03 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4935 Archived-At: Yuriy Taraday writes: > Hello. > > Link to GNU MP in README should be changed to http://gmplib.org/. Thanks, that was fixed in Git in September 2009, between the 1.9.2 and 1.9.3 releases. Are you looking at an old codebase? Neil