Hi Bruno,

* Bruno Haible wrote on Mon, Sep 29, 2008 at 03:26:42PM CEST:
> This changes execute() and create_pipe_*() so that they pass the environment
> 'environ' to child processes, like on Unix.
> 
> 2008-09-29  Bruno Haible  <[EMAIL PROTECTED]>
> 
>       Propagate effects of putenv/setenv/unsetenv to child processes.
>       * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
>       * lib/pipe.c (create_pipe): Likewise.

Nice!  Do you happen to know whether spawnvp* exposes the command line
length limit on w32, and if yes, is that the roughly 8KB?  Does this
change have the expected impact on maximum length?

Cheers,
Ralf


Reply via email to