From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4602 invoked by alias); 10 Dec 2012 16:24:08 -0000 Received: (qmail 4580 invoked by uid 22791); 10 Dec 2012 16:24:06 -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; Mon, 10 Dec 2012 16:23:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 09708CB3CE9 for ; Mon, 10 Dec 2012 17:24:01 +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 z5wf3w+S17-6 for ; Mon, 10 Dec 2012 17:24:00 +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 EC0DCCB2707 for ; Mon, 10 Dec 2012 17:24:00 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id E70E61EA005A; Mon, 10 Dec 2012 17:24:00 +0100 (CET) Date: Mon, 10 Dec 2012 16:24:00 -0000 From: Jerome Guitton To: gdb-patches@sourceware.org Subject: Re: [RFA/mingw32] environment variables are case-insensitive on win32 Message-ID: <20121210162400.GE17188@adacore.com> References: <20121203113147.GB12055@adacore.com> <20121209235344.GA12152@ednor.casa.cgf.cx> <20121210105115.GB15147@adacore.com> <20121210110128.GA12570@calimero.vinschen.de> <20121210134935.GL31477@adacore.com> <20121210152408.GB11967@calimero.vinschen.de> <20121210154231.GC17188@adacore.com> <20121210155752.GA16027@calimero.vinschen.de> <83a9tlc2jb.fsf@gnu.org> <20121210161710.GB16027@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121210161710.GB16027@calimero.vinschen.de> 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/msg00249.txt.bz2 Corinna Vinschen (vinschen@redhat.com): > > If some versions of Cygwin are case-insensitive in this context, while > > others aren't, then a run-time test of the kind coded by Jerome is > > _exactly_ the Right Thing. > > These old versions are not at all supported anymore. The right thing to > do in this case is update. A run-time test would do no harm :)