summaryrefslogtreecommitdiff
path: root/src/lib/exec.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-6/+6
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-04-13fix error return in RemoveRuss Cox1-3/+3
2009-04-13lib miscRuss Cox1-0/+43
2009-03-11Rename os.FD to os.File.Russ Cox1-11/+11
2009-03-06delete vestigial references to package syscallRob Pike1-1/+0
2009-03-05misc docRuss Cox1-8/+34
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-0/+160