aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/life
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/life: 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-24misc/cgo: prepare for 64-bit intsRuss Cox
2012-08-17misc/cgo/life: remove -lmsvcrt to fix windows/amd64 buildShenghou Ma
2012-08-09misc/cgo/life: explicitly specify library for assert function (fixes windows/...Alex Brainman
2012-08-07misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma
2012-03-06misc/cgo: re-enable some testsRuss Cox
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-08-26cgo: fixes callback for windows amd64Wei Guangjing
2010-12-17cgo: handle references to symbols in shared librariesRuss Cox
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-10-07life: fix for new slice rulesGraham Miller
2010-08-18build: no required environment variablesRuss Cox
2010-04-09A test case for cgo //export.Ian Lance Taylor