From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12904 invoked by alias); 23 Apr 2011 16:21:04 -0000 Received: (qmail 12896 invoked by uid 22791); 23 Apr 2011 16:21:03 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from nm27-vm0.bullet.mail.ne1.yahoo.com (HELO nm27-vm0.bullet.mail.ne1.yahoo.com) (98.138.91.63) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 23 Apr 2011 16:20:49 +0000 Received: from [98.138.90.48] by nm27.bullet.mail.ne1.yahoo.com with NNFMP; 23 Apr 2011 16:20:48 -0000 Received: from [98.138.84.34] by tm1.bullet.mail.ne1.yahoo.com with NNFMP; 23 Apr 2011 16:20:48 -0000 Received: from [127.0.0.1] by smtp102.mail.ne1.yahoo.com with NNFMP; 23 Apr 2011 16:20:48 -0000 Received: from cgf.cx (cgf@96.252.118.15 with login) by smtp102.mail.ne1.yahoo.com with SMTP; 23 Apr 2011 09:20:47 -0700 PDT X-Yahoo-SMTP: jenXL62swBAWhMTL3wnej93oaS0ClBQOAKs8jbEbx_o- Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 51CFE4A801A for ; Sat, 23 Apr 2011 12:20:46 -0400 (EDT) Date: Sat, 23 Apr 2011 16:21:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org Subject: Re: [RFC] Add support for locally modified environment variables for windows-nat.c Message-ID: <20110423162045.GA19007@ednor.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org References: <000601cbff45$66fa5820$34ef0860$@muller@ics-cnrs.unistra.fr> <20110420115528.GA5842@calimero.vinschen.de> <001501cbff53$465030a0$d2f091e0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501cbff53$465030a0$d2f091e0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) 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-04/txt/msg00425.txt.bz2 There is no need to automatically convert an environment variable. If the user specifically sets it that's what the program should see. Anything else would be very surprising. cgf