[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11360] MinGW: NSTask.m doesn't use environment
From: |
anonymous |
Subject: |
[bugs #11360] MinGW: NSTask.m doesn't use environment |
Date: |
Mon, 20 Dec 2004 15:44:53 -0500 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #11360] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11360>
Project: GNUstep
Submitted by: 0
On: Mon 12/20/2004 at 15:31
Category: Base/Foundation
Severity: 5 - Average
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: MinGW: NSTask.m doesn't use environment
Original Submission: using MinGW and CVS version of NSTask.
when a new NSTask is launched, it does not use environment set by
-[setEnvironment:]
the reason for that is that the option is not implemented.
in -[NSConcreteWindowsTask launch]
CreateProcess receives a NULL value for environment meaning 'inherit
environment from parent process'.
attached is a unified diff for a proposed solution.
File Attachments
-------------------
-------------------------------------------------------
Date: Mon 12/20/2004 at 15:31 Name: environ.diff Size: 1.89KB By: None
environ.diff
http://savannah.gnu.org/bugs/download.php?item_id=11360&item_file_id=1988
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11360>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #11360] MinGW: NSTask.m doesn't use environment,
anonymous <=