aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/stdio
AgeCommit message (Expand)Author
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-03-08misc/android: enable many more tests on GOOS=androidElias Naur
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-24misc/cgo/stdio: fix tests in module modeBryan C. Mills
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2017-10-31test/run: use go tool compile + link instead of go run when possibleRuss Cox
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-12-05misc/cgo/stdio: reenable testsRuss Cox
2012-09-20misc/cgo/stdio: make it work on Windows and also test itShenghou Ma
2012-08-07misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma
2012-06-05cgo: enable cgo on netbsd/386 and netbsd/amd64Joel Sing
2012-06-05misc/cgo/stdio: split stdout/stderr into a separate fileJoel Sing
2012-03-06misc/cgo: re-enable some testsRuss Cox
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-05use new strconv APIRuss Cox
2011-07-28cgo: add GoBytes, fix gmp exampleRuss Cox
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-02-01go/ast: reflect communication operator changes accurately in astRobert Griesemer
2010-12-17cgo: handle references to symbols in shared librariesRuss Cox
2010-12-13cgo: do not reset tag generator between filesRuss Cox
2010-09-21cgo: bug fixesRuss Cox
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-18build: no required environment variablesRuss Cox
2010-07-14cgo: various bug fixesRuss Cox
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell
2009-11-18make all.bash finish on FreeBSDRuss Cox
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-05gofmt -w miscRobert Griesemer
2009-10-03add cgo test that doesn't depend onRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox