From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23543 invoked by alias); 18 Mar 2011 13:45:23 -0000 Received: (qmail 23532 invoked by uid 22791); 18 Mar 2011 13:45:21 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BJ X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Mar 2011 13:45:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3A7852BB1C2; Fri, 18 Mar 2011 09:45:15 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6iPFZXKuN4pi; Fri, 18 Mar 2011 09:45:15 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0CDD62BB15F; Fri, 18 Mar 2011 09:45:14 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9D5641459AD; Fri, 18 Mar 2011 06:45:11 -0700 (PDT) Date: Fri, 18 Mar 2011 14:24:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFC]ARI fixes: Add missing internationalization markups throughout yacc files Message-ID: <20110318134511.GA2520@adacore.com> References: <000601cbe570$c2a65690$47f303b0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601cbe570$c2a65690$47f303b0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00915.txt.bz2 > 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. 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). > 2011-03-18 Pierre Muller > > ARI fixes: Add missing internationalization markups throughout > yacc files. > * c-exp.y: Ditto. > * cp-name-parser.y: Ditto. > * f-exp.y: Ditto. > * m2-exp.y: Ditto. > * objc-exp.y: Ditto. > * p-exp.y: Ditto. Thanks for doing that... -- Joel