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: patch: remove unused futures code Date: Fri, 30 Oct 2009 21:01:01 +0000 Message-ID: <87y6ms7g1e.fsf@ossau.uklinux.net> References: <10513C5E-6EA5-434D-8525-C999B20F96DA@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256936522 25579 80.91.229.12 (30 Oct 2009 21:02:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2009 21:02:02 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 30 22:01:54 2009 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 1N3ybX-0005na-8I for guile-devel@m.gmane.org; Fri, 30 Oct 2009 22:01:51 +0100 Original-Received: from localhost ([127.0.0.1]:49487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3ybW-0001eG-8T for guile-devel@m.gmane.org; Fri, 30 Oct 2009 17:01:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3ybT-0001dF-5b for guile-devel@gnu.org; Fri, 30 Oct 2009 17:01:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3ybO-0001Vi-5b for guile-devel@gnu.org; Fri, 30 Oct 2009 17:01:46 -0400 Original-Received: from [199.232.76.173] (port=41387 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3ybN-0001VU-UQ for guile-devel@gnu.org; Fri, 30 Oct 2009 17:01:42 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:37932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3ybN-0006jJ-EX for guile-devel@gnu.org; Fri, 30 Oct 2009 17:01:41 -0400 Original-Received: from arudy (host86-147-112-196.range86-147.btcentralplus.com [86.147.112.196]) by mail3.uklinux.net (Postfix) with ESMTP id 8286E1F68C0; Fri, 30 Oct 2009 21:01:02 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id BBDC638024; Fri, 30 Oct 2009 21:01:01 +0000 (GMT) In-Reply-To: <10513C5E-6EA5-434D-8525-C999B20F96DA@raeburn.org> (Ken Raeburn's message of "Thu, 29 Oct 2009 17:54:57 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/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:9611 Archived-At: Ken Raeburn writes: > Since support for "futures" in C has been completely disabled for > some > time, and should be easily implementable in Scheme with the current > thread support, delete the C code. Fine with me. Neil