X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=GwheY4CVL3/+sJUk
	0xMoahmztlP9IwufSBVHlmHyVKX+DZhRSl9KPgy5eHcTNNY7R73GB0rSrBOXCevN
	CB3RfQGz35QA8puFX4QrFFaoTsAiGZPB1ZIELukEF71eu82FNysnU+2ZzHKfNxca
	PuL0M783Ug+qJxtwTHEKgANZ490=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=PusrLopZ1S+iKMdfQWZTu/
	UtaQw=; b=TpuuwSwHbVQMxTXo/FbKIFfeoC2MyWnzPUduSrBWo3bkjGrigLpyNE
	kCt+Xgs3VbFdnH/L5/zThu92WfaTbTDdx5qNSxi9sKxCpHqCPiHasWrWByznKqPL
	clKFliN1PZBVKY7p+YSuzVg4uqLoMIQPdncJPXqyT1nEpM+X8yEMs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Herbert, Stocker, stocker, H*MI:sk:583E1D4
X-HELO: mailsrv.cs.umass.edu
Reply-To: moss@cs.umass.edu
Subject: Re: Retrieving per-process environment block?
References: <CAOTD34ZFH5E3r3AuDOXctss46e1hoU2f9pwE1mt4L674J2Ak_A@mail.gmail.com> <20161117140012.GA23664@calimero.vinschen.de> <CAOTD34Y9TRq2Qq8Mn2awTf9SCgz0qnbBa-a117pkSEvz9gaHKQ@mail.gmail.com> <98eb08bf-5012-fe14-b10c-241b427c4366@cs.umass.edu> <CAOTD34bPTUkKiHSmqvczz6juePBD=6PyzabDFfHpYL_cFzyf9A@mail.gmail.com> <2925977.20161129192741@yandex.ru> <583E1D4A.4020703@gmx.de>
To: cygwin@cygwin.com
From: Eliot Moss <moss@cs.umass.edu>
Message-ID: <111bc961-5f69-8e27-f78a-2b82f351d811@cs.umass.edu>
Date: Tue, 29 Nov 2016 22:00:39 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0
MIME-Version: 1.0
In-Reply-To: <583E1D4A.4020703@gmx.de>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 11/29/2016 7:28 PM, Herbert Stocker wrote:

> Or we simply copy the variables unconverted to the Windows environment
> block, as the Windows env block is not used for anything else - up to
> now it is not updated at all.

Maybe we could stash them inside one large variable?  Would that help
at all?  (It does demand a quoting convention, but since this is all
internal stuff, that may not be too hard.)

Regards -- Eliot

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

