This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Sorting environment


Ken Estes wrote:

> All documentaion I have seen requires that NT environment be sorted
> (more then just one parenthetical comment), thus it is a constraint of

Cites, please.  The MSVC helpbook info for CreateProcess, for instance,
does not state that the environment block must be sorted.

> the Win32 API which intends to be independent of 95/NT and is the
> target of the Cygwin32 effort. I have personally verified this bug
> under the conditions I have explained.

ditto:

bash$ cmd
Microsoft(R) Windows N
(C) Copyright 1985-199

c:\>set
...
PATHEXT=.COM;.EXE;.BAT;.CMD
PROCESSOR_ARCHITECTURE=x86
...
PID=2201

c:\>set PID=99

c:\>set
...
PATHEXT=.COM;.EXE;.BAT;.CMD
PID=99
PROCESSOR_ARCHITECTURE=x86
...
PID=2201


--
<J Q B>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]