]> Cypherpunks repositories - gostls13.git/commit
syscall: StartProcess fixes for windows
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 24 Mar 2011 00:20:28 +0000 (11:20 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 24 Mar 2011 00:20:28 +0000 (11:20 +1100)
commit913c8d73978795e4f2cdd1f87de3af5239ebdc84
tree99915ecd3b98adfdaaedff4ac9655892f79db4b5
parenteccf31b74492d9735fa981998dc9d86e2ce38c79
syscall: 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

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4306041
src/pkg/exec/exec_test.go
src/pkg/os/os_test.go
src/pkg/syscall/exec_windows.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go