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: bdw-gc includes in libguile.h Date: Fri, 25 Mar 2011 17:44:11 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301071448 29448 80.91.229.12 (25 Mar 2011 16:44:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 16:44:08 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 25 17:44:05 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 1Q3A7G-0002b3-1B for guile-devel@m.gmane.org; Fri, 25 Mar 2011 17:44:02 +0100 Original-Received: from localhost ([127.0.0.1]:49273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3A7E-0007wB-P8 for guile-devel@m.gmane.org; Fri, 25 Mar 2011 12:44:00 -0400 Original-Received: from [140.186.70.92] (port=50342 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3A79-0007tH-JQ for guile-devel@gnu.org; Fri, 25 Mar 2011 12:43:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3A77-0004xB-RO for guile-devel@gnu.org; Fri, 25 Mar 2011 12:43:55 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:59852 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3A77-0004wl-Om for guile-devel@gnu.org; Fri, 25 Mar 2011 12:43:53 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 2CBDA3EDB for ; Fri, 25 Mar 2011 12:45:35 -0400 (EDT) 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=ubHjDeCT2gB87vzP6FKZLKMs2+8=; b=yhoY2d KObup1VVETuEo4pKcQqPWaO8I6WK/7hhwSuMGmhcR2am6TKycJR1H/t5A8GveJvV GQdBOc1Y6jwzgk/xqseMqtXZDl9xsO4vSEg+gJvObYNFCTPf5rDJZzqpbHcczJIG 58ryPNytOEvVxgNipBOx+ruAwZXmrOe7A5by4= 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=fiVxkUAFqMsE+DYf+fvEdcg7AUX07FZO Uzxo/UE2tELNoYkf+FD+hGXjavBrQJllvLYgl2f1oQSDd7gYNgHSom9L4imL8CI+ Q0hiEl4ZFi4Z8l7gYZUSsW+Ql1nc3X7XPHSxhlC9wfB3JSyBf+aJnb87RA3WwOU1 ieU3YIEbmFg= 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 295163EDA for ; Fri, 25 Mar 2011 12:45:35 -0400 (EDT) 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 991213ED9 for ; Fri, 25 Mar 2011 12:45:34 -0400 (EDT) In-Reply-To: (Andy Wingo's message of "Fri, 25 Mar 2011 10:38:30 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 4E3DB4A0-56FF-11E0-A177-E8AB60295C12-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:11982 Archived-At: Hi, To follow up on this, On Fri 25 Mar 2011 10:38, Andy Wingo writes: > that is that we enable pthread redirects -- so users of libguile get > pthread_create et al re-#defined. This was causing http://thread.gmane.org/gmane.lisp.guile.bugs/5340. > I think that in 2.2 we should not expose libgc interfaces in libguile, > and that in 2.0 we should disable pthread redirects. I have disabled pthread redirects in stable-2.0. Andy -- http://wingolog.org/