From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29697 invoked by alias); 11 Jan 2011 19:05:58 -0000 Received: (qmail 29684 invoked by uid 22791); 11 Jan 2011 19:05:57 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Jan 2011 19:05:52 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 994D713404; Tue, 11 Jan 2011 11:05:48 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 8C5B0CD949; Tue, 11 Jan 2011 11:05:48 -0800 (PST) Message-ID: <4D2CAA0C.1090708@vmware.com> Date: Tue, 11 Jan 2011 19:30:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Pierre Muller CC: "gdb-patches@sourceware.org" Subject: Re: [commit] i18n mark-ups References: <4D2B6592.3020806@vmware.com> <001801cbb16f$440c63e0$cc252ba0$@muller@ics-cnrs.unistra.fr> In-Reply-To: <001801cbb16f$440c63e0$cc252ba0$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: 2011-01/txt/msg00228.txt.bz2 Pierre Muller wrote: > Thanks so much for this cleanup. > > Did you use some script to automate that? No script, all done by hand with the help of grep. > Besides error and warning functions, > the ARI script does also check for > the following functions: > error_no_arg > query > perror_with_name > > This list should by the way probably be expanded to new > query functions: > nquery > yquery and > defaulted_query > > If you have a script, > could you rerun it for > those functions also? > > > Pierre Muller > GDB pascal language maintainer > As ARI maintainer > > > >> -----Message d'origine----- >> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches- >> owner@sourceware.org] De la part de Michael Snyder >> Envoyé : lundi 10 janvier 2011 21:01 >> À : gdb-patches@sourceware.org >> Objet : [commit] i18n mark-ups >> >> Add '_' mark up to error and warning calls. > >