From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: About cleaning up the thread stuff Date: Fri, 04 Mar 2005 12:33:26 +0100 Message-ID: References: <87oee02q7g.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109937356 6832 80.91.229.2 (4 Mar 2005 11:55:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2005 11:55:56 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 04 12:55:56 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7BPC-0000S5-Ov for guile-devel@m.gmane.org; Fri, 04 Mar 2005 12:55:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7BiF-0002rP-Rc for guile-devel@m.gmane.org; Fri, 04 Mar 2005 07:15:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D7BMc-0005SX-Od for guile-devel@gnu.org; Fri, 04 Mar 2005 06:53:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D7BMZ-0005RB-T3 for guile-devel@gnu.org; Fri, 04 Mar 2005 06:53:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7BMX-0005P8-UK for guile-devel@gnu.org; Fri, 04 Mar 2005 06:52:58 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D7B3j-0002nE-VR for guile-devel@gnu.org; Fri, 04 Mar 2005 06:33:32 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 66BD844024 for ; Fri, 4 Mar 2005 12:33:30 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01769-03-3 for ; Fri, 4 Mar 2005 12:33:29 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id C83E344023 for ; Fri, 4 Mar 2005 12:33:27 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id E5D87B97E; Fri, 4 Mar 2005 12:33:26 +0100 (CET) Original-To: guile-devel@gnu.org In-Reply-To: <87oee02q7g.fsf@zip.com.au> (Kevin Ryde's message of "Fri, 04 Mar 2005 11:46:11 +1100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de 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 X-MailScanner-To: guile-devel@m.gmane.org Xref: main.gmane.org gmane.lisp.guile.devel:4820 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4820 Kevin Ryde writes: > Marius Vollmer writes: >> >> Ok, I have merged this branch now back into HEAD, which probably >> causes a lot of instability. > > With glibc 2.3.2, in eval.c I had to #define _GNU_SOURCE to get > PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP from . Yes, thanks. This is actually one of the portability regressions... we had code to (con)figure out how to get a recursive mutex portably, and I should probably reinstall it. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel