From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: srfi-18 requirements Date: Sun, 23 Mar 2008 23:57:55 +0000 Message-ID: <87tzix0z98.fsf@ossau.uklinux.net> References: <2bc5f8210710101854m1254160ei451026182b87e767@mail.gmail.com> <2bc5f8210802191810v729d8fa5jec070d3ee4358493@mail.gmail.com> <87r6f5zv6t.fsf@ossau.uklinux.net> <2bc5f8210802212014o45a9c79dpd688f11726a1e159@mail.gmail.com> <87ir0e1yka.fsf@ossau.uklinux.net> <2bc5f8210802241017o46468365j33c329a069d96d33@mail.gmail.com> <873ariaq82.fsf@ossau.uklinux.net> <2bc5f8210803011156i3bfb976bsda2a7902654ba3a6@mail.gmail.com> <87bq5pb2ea.fsf@ossau.uklinux.net> <2bc5f8210803102102p31da06b5jfa7807bb727907a7@mail.gmail.com> <2bc5f8210803221155h54a6bd47h8df5812fca7b568f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206316705 4920 80.91.229.12 (23 Mar 2008 23:58:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2008 23:58:25 +0000 (UTC) Cc: =?iso-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: "Julian Graham" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 24 00:58:55 2008 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.50) id 1Jda5S-0001JV-F8 for guile-devel@m.gmane.org; Mon, 24 Mar 2008 00:58:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jda4r-0005Nz-OY for guile-devel@m.gmane.org; Sun, 23 Mar 2008 19:58:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jda4p-0005Nk-8X for guile-devel@gnu.org; Sun, 23 Mar 2008 19:58:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jda4k-0005MP-IJ for guile-devel@gnu.org; Sun, 23 Mar 2008 19:58:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jda4k-0005MK-B9 for guile-devel@gnu.org; Sun, 23 Mar 2008 19:58:06 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jda4g-00070u-B1; Sun, 23 Mar 2008 19:58:02 -0400 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id A9F391F6B2B; Sun, 23 Mar 2008 23:57:57 +0000 (GMT) Original-Received: from laruns (laruns [192.168.0.10]) by arudy (Postfix) with ESMTP id 1F37E3800A; Sun, 23 Mar 2008 23:57:56 +0000 (GMT) In-Reply-To: <2bc5f8210803221155h54a6bd47h8df5812fca7b568f@mail.gmail.com> (Julian Graham's message of "Sat, 22 Mar 2008 14:55:24 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:7088 Archived-At: "Julian Graham" writes: > Any updates on this? I know you guys are busy with the repository, > but I'm pretty close to having the Scheme implementation for SRFI-18 > finished. Like I said, I think enabling scm_mutex_owner would allow > me to proceed, but I don't want to un-ifdef it without knowing why it > was disabled in the first place (the ChangeLogs don't shed any light > on the matter). Hi Julian, Sorry for the delay (again!), I've been busy with non-Guile stuff. I'm planning to respond to your emails properly tomorrow. Neil