From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25635 invoked by alias); 20 Jan 2014 22:00:07 -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 25616 invoked by uid 89); 20 Jan 2014 22:00:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com) (209.85.212.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 20 Jan 2014 22:00:06 +0000 Received: by mail-wi0-f182.google.com with SMTP id ex4so3676588wid.15 for ; Mon, 20 Jan 2014 14:00:03 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.99.100 with SMTP id ep4mr4491641wib.31.1390255203379; Mon, 20 Jan 2014 14:00:03 -0800 (PST) Received: by 10.194.17.104 with HTTP; Mon, 20 Jan 2014 14:00:03 -0800 (PST) In-Reply-To: <52dd9a9e.c394420a.3c12.04a4@mx.google.com> References: <52dd9a9e.c394420a.3c12.04a4@mx.google.com> Date: Mon, 20 Jan 2014 22:00:00 -0000 Message-ID: Subject: Re: [PATCH v2 02/36] Guile extension language: doc additions From: Doug Evans To: Eli Zaretskii , =?ISO-8859-1?Q?Ludovic_Court=E8s?= Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00796.txt.bz2 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.