summaryrefslogtreecommitdiff
path: root/src/pkg/exec
AgeCommit message (Expand)AuthorFilesLines
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-02-18exec: add dir argument to Run.Russ Cox2-13/+50
2009-12-15 1) Change default gofmt default settings forRobert Griesemer2-40/+40
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+3
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-38/+38
2009-10-06apply gofmt to datafmt, ebnf, exec, expvar, flag, fmtRuss Cox1-9/+7
2009-09-15more "declared and not used".Russ Cox1-3/+3
2009-08-12convert non-low-level non-google pkg codeRuss Cox2-57/+7
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-6/+1
2009-06-25Change os.Error convention:Russ Cox1-3/+3
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-1/+1
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-16/+14
2009-06-09mv src/lib to src/pkgRob Pike3-0/+339