From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29484 invoked by alias); 18 Mar 2011 13:52:59 -0000 Received: (qmail 29470 invoked by uid 22791); 18 Mar 2011 13:52:58 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Mar 2011 13:52:54 +0000 Received: from md1.u-strasbg.fr (md1.u-strasbg.fr [IPv6:2001:660:2402::186]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id p2IDqUqa020077 ; Fri, 18 Mar 2011 14:52:30 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms4.u-strasbg.fr [130.79.204.13]) by md1.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p2IDqTKb083394 ; Fri, 18 Mar 2011 14:52:30 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p2IDqTSZ016457 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Fri, 18 Mar 2011 14:52:29 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <000601cbe570$c2a65690$47f303b0$@muller@ics-cnrs.unistra.fr> <20110318134511.GA2520@adacore.com> In-Reply-To: <20110318134511.GA2520@adacore.com> Subject: RE: [RFC]ARI fixes: Add missing internationalization markups throughout yacc files Date: Fri, 18 Mar 2011 14:41:00 -0000 Message-ID: <000901cbe573$ba4a6ab0$2edf4010$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 2011-03/txt/msg00916.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: vendredi 18 mars 2011 14:45 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFC]ARI fixes: Add missing internationalization markups > throughout yacc files >=20 > > I personally don't see any use in listing the > > yacc rules or C function in which these changes are made, > > but wanted to know if someone thinks this could be > > useful. >=20 > I think the GNU Coding Standards cover this situation, and explicitly > allow us to write something global rather than detailing every single > change. So your ChangeLog is OK (the first entry being written "Ditto" > is a little strange at first, but any normal reader should get the > idea). Thanks, patch committed. Pierre