From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2800 invoked by alias); 30 Nov 2012 16:29:08 -0000 Received: (qmail 2769 invoked by uid 22791); 30 Nov 2012 16:29:05 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Fri, 30 Nov 2012 16:28:49 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 1F6A3CB2922; Fri, 30 Nov 2012 17:28:53 +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 P3vVwfa31vpM; Fri, 30 Nov 2012 17:28:53 +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 06789CB2713; Fri, 30 Nov 2012 17:28:52 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id DF5A21EA005A; Fri, 30 Nov 2012 17:28:52 +0100 (CET) Date: Fri, 30 Nov 2012 16:29:00 -0000 From: Jerome Guitton To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/mingw32] environment variables are case-insensitive on win32 Message-ID: <20121130162852.GD32262@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83wqx3t6r9.fsf@gnu.org> 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-11/txt/msg00945.txt.bz2 Eli Zaretskii (eliz@gnu.org): > > Same result: case sensitive. > > Thanks, now we know. Hmm. From what I read in Cygwin's documentation, the situation could actually be a bit more complex than that. There is at least an option (upcaseenv) that can have an impact on Cygwin's behavior. So a test at configure time would be useful.