From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6915 invoked by alias); 25 Nov 2008 17:49:56 -0000 Received: (qmail 6897 invoked by uid 22791); 25 Nov 2008 17:49:55 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Nov 2008 17:49:20 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mAPHn2pU018289; Tue, 25 Nov 2008 12:49:02 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAPHn1bN028855; Tue, 25 Nov 2008 12:49:01 -0500 Received: from opsy.redhat.com (vpn-13-14.rdu.redhat.com [10.11.13.14]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAPHn00i001996; Tue, 25 Nov 2008 12:49:01 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 38C2D482B4; Tue, 25 Nov 2008 10:48:58 -0700 (MST) To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: RFA: fix locale configure checks References: <1227634462.11550.5.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey Date: Wed, 26 Nov 2008 10:01:00 -0000 In-Reply-To: <1227634462.11550.5.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Tue\, 25 Nov 2008 15\:34\:22 -0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-11/txt/msg00698.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: Thiago> I just noticed that GDB sets LC_MESSAGES and LC_CTYPE. Do you or anybody Thiago> know if there a reason that it doesn't set LC_ALL instead? cvs annotate claims I checked in this code in 2002. Funny. I can't find the original note. I don't know why it works this way; it might just be boilerplate from when I gettextized a number of programs. Tom