From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8709 invoked by alias); 9 Aug 2007 23:03:33 -0000 Received: (qmail 8502 invoked by uid 22791); 9 Aug 2007 23:03:31 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 23:03:25 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IJH2D-00076f-9O for gdb-patches@sources.redhat.com; Fri, 10 Aug 2007 01:03:17 +0200 Received: from adh419.fdn.fr ([80.67.176.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2007 01:03:17 +0200 Received: from ludo by adh419.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2007 01:03:17 +0200 To: gdb-patches@sources.redhat.com From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Subject: Re: [PATCH] Allow printing of Guile values Date: Thu, 09 Aug 2007 23:03:00 -0000 Message-ID: <87odhgjoqe.fsf@chbouib.org> References: <87ir8f2lrh.fsf@chbouib.org> <877iokx1r9.fsf@chbouib.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.laas.fr/~lcourtes/ X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00192.txt.bz2 Hi, Jim Blandy writes: > Hi, Ludovic. I see that your name is now listed in the FSF's > copyright assignments list, so feel free to check in your change. Committed. 2007-08-10 Ludovic Courtès * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c. (scm_lang_h, scm_tags_h): New. (COMMON_OBS): Add scm-{exp,lang,valprint}.o. (scm-exp.o, scm-lang.o, scm-valprint.o): New targets. * defs.h (enum language): Add `language_scm'. Thanks, Ludovic.