From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26893 invoked by alias); 3 Dec 2012 11:31:51 -0000 Received: (qmail 26880 invoked by uid 22791); 3 Dec 2012 11:31:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Dec 2012 11:31:44 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 63E30CB2CF9; Mon, 3 Dec 2012 12:31:48 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GFUnPnLQtse0; Mon, 3 Dec 2012 12:31:48 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by mel.act-europe.fr (Postfix) with ESMTP id 12329CB2B86; Mon, 3 Dec 2012 12:31:48 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 033EC1EA005A; Mon, 3 Dec 2012 12:31:47 +0100 (CET) Date: Mon, 03 Dec 2012 11:31:00 -0000 From: Jerome Guitton To: Pedro Alves Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [RFA/mingw32] environment variables are case-insensitive on win32 Message-ID: <20121203113147.GB12055@adacore.com> References: <1354282597-22691-1-git-send-email-guitton@adacore.com> <834nk7urs0.fsf@gnu.org> <20121130140844.GF2768@adacore.com> <83y5hjt8ll.fsf@gnu.org> <20121130153401.GH2768@adacore.com> <83wqx3t6r9.fsf@gnu.org> <20121130162852.GD32262@adacore.com> <50B902D0.6060809@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50B902D0.6060809@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-12/txt/msg00020.txt.bz2 Pedro Alves (palves@redhat.com): > You could do a little setenv/getenv test in gdb itself (and cache the > result), much like your little test you posted before, but built in. > Use some unlikely environment var name (__GDB_TEST_CASE_SENSITIVITY or > some such). OK; thank you. I'll implement that.