make-dfsg/w32
Gisle Vanem b981bfd197 Improve error reporting in the Windows port when env size is too large.
w32/subproc/misc.c (arr2envblk): Compute and return the size of
the environment passed to child process.

w32/subproc/sub_proc.c (process_begin): If the call to
CreateProcess failed with EINVAL, and the required environment
size was larger than 32KB, assume it's a Windows XP limitation,
and display an error message to that effect.

w32/subproc/proc.h (arr2envblk): Update prototype.

Copyright-paperwork-exempt: yes
2014-02-07 11:15:56 +02:00
..
compat * w32/*: Remove TABs from the source code. 2013-11-27 19:43:33 -05:00
include * w32/*: Remove TABs from the source code. 2013-11-27 19:43:33 -05:00
subproc Improve error reporting in the Windows port when env size is too large. 2014-02-07 11:15:56 +02:00
Makefile.am Fix the MS-Windows build using the Posix configury. 2013-05-18 17:58:10 +03:00
pathstuff.c * w32/*: Remove TABs from the source code. 2013-11-27 19:43:33 -05:00