From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27378 invoked by alias); 28 Apr 2010 17:10:03 -0000 Received: (qmail 27282 invoked by uid 22791); 28 Apr 2010 17:10:01 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Apr 2010 17:09:54 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L1L00400JL6PA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Apr 2010 20:09:41 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.125.239]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1L003ZIJO3MN30@a-mtaout20.012.net.il>; Wed, 28 Apr 2010 20:09:40 +0300 (IDT) Date: Wed, 28 Apr 2010 17:10:00 -0000 From: Eli Zaretskii Subject: Re: D language support In-reply-to: <20100428025334.69e28794.mihai.zenkov@gmail.com> To: Mihail Zenkov Cc: brobecker@adacore.com, mihail.zenkov@gmail.com, tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83iq7by04i.fsf@gnu.org> References: <20100415012124.91ce1769.mihai.zenkov@gmail.com> <20100421025919.ad3a0830.mihai.zenkov@gmail.com> <20100421155657.GA19194@adacore.com> <20100422030910.7e84f7ea.mihai.zenkov@gmail.com> <20100422004441.GE19194@adacore.com> <20100422045136.bc397747.mihai.zenkov@gmail.com> <20100424030441.81b6b66b.mihai.zenkov@gmail.com> <20100427160523.GD2951@adacore.com> <20100428025334.69e28794.mihai.zenkov@gmail.com> 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: 2010-04/txt/msg00942.txt.bz2 > Date: Wed, 28 Apr 2010 02:53:34 +0300 > From: Mihail Zenkov > Cc: Mihail Zenkov , tromey@redhat.com, gdb-patches@sourceware.org > > gdb/NEWS: > * D language support. > Support for debugging the D programming language has been > integrated into GDB. Suggest to say this instead: GDB now supports debugging programs written in the D programming language. > gdb/doc/ChangeLog: > * gdb.texinfo: Add mention about D language support. The ChangeLog entry should include the name(s) of node(s) added to the manual. > +@cindex D > +Support for D is partial. For information on D, see > +@ref{D,,D}. Please remove the @cindex entry from here. You already have one in the section where the D support is described; having another identical index entry pointing here, where D is not described at all, is not useful. The index entries are for readers who are looking for a description of some specific subject, so they should point to the place where that subject is described in full. > +@value{GDBN} can be used to debug programs written in D and compiled with > +GDC, LDC or DMD. Suggest to add "compilers" to the end of this sentence. Also, please leave two spaces between sentences. > Currently @value{GDBN} supports only one D specific > +feature - dynamic arrays. ^ Please use "---" (3 dashes in a row) to produce an em-dash. Okay with those changes. Thanks.