Descriptionsyscall: StartProcess fixes for windows
- StartProcess will work with relative (to attr.Dir, not
current directory) executable filenames
- StartProcess will only work if executable filename points
to the real file, it will not search for executable in the
$PATH list and others (see CreateProcess manual for details)
- StartProcess argv strings can contain any characters
Patch Set 1 #Patch Set 2 : diff -r 3a85cba563d6 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 3a85cba563d6 https://go.googlecode.com/hg/ #
Total comments: 18
Patch Set 4 : diff -r 3a85cba563d6 https://go.googlecode.com/hg/ #
Total comments: 16
Patch Set 5 : diff -r 3a85cba563d6 https://go.googlecode.com/hg/ #
Total comments: 16
Patch Set 6 : diff -r 88e7824cdba3 https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|