From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Kraft Newsgroups: gmane.lisp.guile.devel Subject: Brainfuck branch Date: Sat, 06 Jun 2009 18:05:48 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244304836 28396 80.91.229.12 (6 Jun 2009 16:13:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jun 2009 16:13:56 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 06 18:13:53 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 1MCyWm-0005wz-87 for guile-devel@m.gmane.org; Sat, 06 Jun 2009 18:13:52 +0200 Original-Received: from localhost ([127.0.0.1]:50245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCyWl-0004PS-Dz for guile-devel@m.gmane.org; Sat, 06 Jun 2009 12:13:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCyPI-00074s-0k for guile-devel@gnu.org; Sat, 06 Jun 2009 12:06:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCyPD-0006xX-L4 for guile-devel@gnu.org; Sat, 06 Jun 2009 12:06:07 -0400 Original-Received: from [199.232.76.173] (port=42939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCyPD-0006xC-GR for guile-devel@gnu.org; Sat, 06 Jun 2009 12:06:03 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:53639 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MCyPC-0004w8-P3 for guile-devel@gnu.org; Sat, 06 Jun 2009 12:06:03 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MCyPB-0005kQ-Af for guile-devel@gnu.org; Sat, 06 Jun 2009 16:06:01 +0000 Original-Received: from dsl-38-127.utaonline.at ([81.189.38.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Jun 2009 16:06:01 +0000 Original-Received: from d by dsl-38-127.utaonline.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Jun 2009 16:06:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dsl-38-127.utaonline.at User-Agent: Thunderbird 2.0.0.0 (X11/20070425) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:8637 Archived-At: Hi all, I just re-pushed the brainfuck branch (but should contain not much new as compared to the last push) after the savannah break-down. I think it should have gotten right this time, too, but I again had to struggle a bit with git ;) BTW, it seems that I "accidentally" included syncase-in-boot-9 here, as I pulled this to get access to TreeIL for work on TreeIL -- is there some way to get rid of it again in my local branch so that it can eventually be committed to master (some time in the future) without including syncase-in-boot-9? Cheers, Daniel PS: Andy, do you have some hints for me regarding the lexical-variables in TreeIL I mailed you about? That would be cool!