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: impressions on gc Date: Thu, 08 Dec 2011 21:10:40 +0100 Message-ID: <87sjkukenz.fsf@pobox.com> References: <87d3c799ev.fsf@pobox.com> <20111208154621.GD15815@yarrow.destinee.acro.gen.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1323375057 31164 80.91.229.12 (8 Dec 2011 20:10:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2011 20:10:57 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Dec 08 21:10:53 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RYkIu-0001Di-1A for guile-devel@m.gmane.org; Thu, 08 Dec 2011 21:10:52 +0100 Original-Received: from localhost ([::1]:55272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYkIt-0001rO-I4 for guile-devel@m.gmane.org; Thu, 08 Dec 2011 15:10:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYkIq-0001rG-ML for guile-devel@gnu.org; Thu, 08 Dec 2011 15:10:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYkIo-0002rR-QC for guile-devel@gnu.org; Thu, 08 Dec 2011 15:10:48 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:62914 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYkIo-0002r8-NZ for guile-devel@gnu.org; Thu, 08 Dec 2011 15:10:46 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 36D8E8A35 for ; Thu, 8 Dec 2011 15:10:45 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=eeQfZLij5OYj8IDgJRSXXC7X4BY=; b=kLlJyo 3W9ySVT7oGkYoh+g2jbXOk5V22/iD000zFvE9n2bChcOEM8xRsAay/gSEl4rkyiz Kub0wI6ildRXjO9nVjIQqOZliffke3yJfPwmFM2VwDfum89G1nwUH2pXv5nxGn/W uYQ7ta3235nUgxL35saCs5NmzXuYqFkt7Tmks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Hzu/jWfgickhwMx49f1ZE4x+u+nt6I7c 2bXMjQLzEAM5swB/fIbTvXZ5fB66/bw3kcx9fEjIBKjdM+Mgoi/zS1AfVbSzsOVm C3dUw+QxotS1t/3el/psee2z1TC2oefCP+BMvPNh98QkeUvWOreylC9lRywMT1Ol flclk9tJfQ8= 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 2C1468A33 for ; Thu, 8 Dec 2011 15:10:45 -0500 (EST) Original-Received: from badger (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 904D58A32 for ; Thu, 8 Dec 2011 15:10:44 -0500 (EST) In-Reply-To: <20111208154621.GD15815@yarrow.destinee.acro.gen.nz> (Chris K. Jester-Young's message of "Thu, 8 Dec 2011 10:46:21 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: B5F703EA-21D8-11E1-99D1-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 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:13020 Archived-At: On Thu 08 Dec 2011 16:46, "Chris K. Jester-Young" writes: > Alas, part of that diff also breaks libgc 7.1 (which is the version that > Debian currently has packaged), which lack the unmapping functions. > Here's my diff to make it work again. Thanks for the patch! In the future a git-format-patch attachment is easiest. Though, if you like, we can set you up with commit access, I think. Request to be added to the `guile' group on savannah and we'll approve. I'll push this one though. Regards, Andy -- http://wingolog.org/