summaryrefslogtreecommitdiff
path: root/src/pkg/exec
AgeCommit message (Expand)AuthorFilesLines
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