aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exec/exec.go
AgeCommit message (Expand)Author
2011-11-03os,text,unicode: renamingsRob Pike
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-11-01exec: introduce ExitErrorRuss Cox
2011-10-06exec: add Command.ExtraFilesBrad Fitzpatrick
2011-07-11cgi: close stdout reader pipe when finishedBrad Fitzpatrick
2011-07-11exec: closeAfterWait append bugBrad Fitzpatrick
2011-06-14syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex...Russ Cox
2011-06-07exec: export the underlying *os.Process in CmdBrad Fitzpatrick
2011-06-03exec: change exec.PathError to exec.ErrorRob Pike
2011-06-02exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipeBrad Fitzpatrick
2011-06-02exec: missing docs, errorsBrad Fitzpatrick
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-06exec: add a little package commentary explaining itsRob Pike
2011-04-04os: New Open API.Rob Pike
2011-03-21exec: document dir option for RunGustavo Niemeyer
2011-03-15os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe
2011-02-04os: implement new Process apiAlex Brainman
2011-02-01exec: use custom error for LookPathGustavo Niemeyer
2010-09-12exec.LookPath() unix/windows separationJoe Poirier
2010-09-07os, exec: rename argv0 to nameRuss Cox
2010-08-03os: Null devicePeter Mundy
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-02-18exec: add dir argument to Run.Russ Cox
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-10-06apply gofmt to datafmt, ebnf, exec, expvar, flag, fmtRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike
2009-06-25Change os.Error convention:Russ Cox
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds
2009-06-09mv src/lib to src/pkgRob Pike