1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/exec
Alex Brainman 913c8d7397 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
2011-03-24 11:20:28 +11:00
..
exec_test.go syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
exec.go exec: document dir option for Run 2011-03-21 11:25:00 -03:00
lp_test.go log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
lp_unix.go exec: use custom error for LookPath 2011-02-01 12:12:51 -05:00
lp_windows.go exec: use custom error for LookPath 2011-02-01 12:12:51 -05:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00