From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14962 invoked by alias); 21 Jan 2014 03:36:58 -0000 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 Received: (qmail 14951 invoked by uid 89); 21 Jan 2014 03:36:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2014 03:36:55 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0MZQ00800F9GLF00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Tue, 21 Jan 2014 05:38:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZQ004TNFFEEU40@mtaout28.012.net.il>; Tue, 21 Jan 2014 05:38:02 +0200 (IST) Date: Tue, 21 Jan 2014 03:36:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v2 02/36] Guile extension language: doc additions In-reply-to: To: Doug Evans Cc: ludo@gnu.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83txcygg4h.fsf@gnu.org> References: <52dd9a9e.c394420a.3c12.04a4@mx.google.com> X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00804.txt.bz2 > Date: Mon, 20 Jan 2014 14:00:03 -0800 > From: Doug Evans > Cc: "gdb-patches@sourceware.org" > > On Mon, Jan 20, 2014 at 1:52 PM, Doug Evans wrote: > > This patch has the doc additions. > > There's still some to be written, but I think it's in good enough shape > > to get feedback on. > > > > Changes from v1: > > - NEWS file added > > - guile.texi updated based on feedback > > - new section on gdb smobs > > - add more text to "Iterators In Guile" node > > > > 2014-01-20 Doug Evans > > > > * NEWS: Mention Guile scripting. > > > > doc/ > > * Makefile.in (GDB_DOC_FILES): Add guile.texi. > > * gdb.texinfo > > * guile.texi: New file. > > Hi. > If it'll help I can send you a diff from the previous submission. Please do. Thanks.