aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/util.go
AgeCommit message (Expand)Author
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2018-08-01cmd/go: change list -compiled to populate new CompiledGoFiles listRuss Cox
2018-07-10cmd/go, cmd/cgo: only set TERM=dumb when running the compilerIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19cmd/cgo: do not use gcc -xc - to compile standard inputRuss Cox
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2013-03-01cmd/cgo: don't reimplement os/exec in util.go.Rémy Oudompheng
2012-03-01os: release process handle at the end of windows (*Process).WaitAlex Brainman
2012-02-21os: replace non-portable Waitmsg with portable ProcessStateRob Pike
2012-02-20os: drop the Wait function and the options to Process.WaitRob Pike
2012-02-19cmd/cgo: bug fixesRuss Cox
2012-02-06cgo: print line numbers in fatal errors when relevant.Rémy Oudompheng
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-06-17cgo: make file path work for windowsAlex Brainman
2011-04-13govet: make name-matching for printf etc. case-insensitive.Rob Pike
2011-04-04os: New Open API.Rob Pike
2011-03-15os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe
2011-02-04os: implement new Process apiAlex Brainman
2010-12-08cgo: new cgoRuss Cox
2010-12-06 go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer
2010-10-27use appendRuss Cox
2010-09-24... changesRuss Cox
2010-07-14cgo: various bug fixesRuss Cox
2010-02-02Change type of Printf's args to ... interface{}Rob Pike
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-18remove bytes.CopyRob Pike
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox
2009-09-18cgo: can look up C identifier kind (type or value) and typeRuss Cox