summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/util.go
Commit message (Expand)AuthorAgeFilesLines
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/cgo: do not use gcc -xc - to compile standard inputRuss Cox2016-02-191-0/+47
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* cmd/cgo: don't reimplement os/exec in util.go.Rémy Oudompheng2013-03-011-43/+10
* os: release process handle at the end of windows (*Process).WaitAlex Brainman2012-03-011-1/+0
* os: replace non-portable Waitmsg with portable ProcessStateRob Pike2012-02-211-2/+2
* os: drop the Wait function and the options to Process.WaitRob Pike2012-02-201-1/+1
* cmd/cgo: bug fixesRuss Cox2012-02-191-1/+5
* cgo: print line numbers in fatal errors when relevant.Rémy Oudompheng2012-02-061-0/+4
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-1/+1
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-1/+1
* cgo: make file path work for windowsAlex Brainman2011-06-171-1/+1
* govet: make name-matching for printf etc. case-insensitive.Rob Pike2011-04-131-8/+8
* os: New Open API.Rob Pike2011-04-041-1/+1
* os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe2011-03-151-1/+1
* os: implement new Process apiAlex Brainman2011-02-041-2/+3
* cgo: new cgoRuss Cox2010-12-081-3/+1
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-061-3/+2
* use appendRuss Cox2010-10-271-7/+0
* ... changesRuss Cox2010-09-241-2/+2
* cgo: various bug fixesRuss Cox2010-07-141-10/+35
* Change type of Printf's args to ... interface{}Rob Pike2010-02-021-2/+2
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-37/+37
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-021-3/+3
* gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2009-11-201-1/+1
* remove bytes.CopyRob Pike2009-11-181-2/+1
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-8/+8
* apply gofmt to the LGTM-marked files from 34501Russ Cox2009-10-061-1/+0
* cgo: can look up C identifier kind (type or value) and typeRuss Cox2009-09-181-0/+96