summaryrefslogtreecommitdiff
path: root/misc/cgo/life
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo: prepare for 64-bit intsRuss Cox2012-09-242-3/+3
* misc/cgo/life: remove -lmsvcrt to fix windows/amd64 buildShenghou Ma2012-08-171-1/+0
* misc/cgo/life: explicitly specify library for assert function (fixes windows/...Alex Brainman2012-08-091-0/+1
* misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma2012-08-074-15/+4
* misc/cgo: re-enable some testsRuss Cox2012-03-063-38/+8
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-161-2/+2
* cgo: fixes callback for windows amd64Wei Guangjing2011-08-261-0/+14
* cgo: handle references to symbols in shared librariesRuss Cox2010-12-173-1/+4
* misc/cgo/life: fix, add to buildRuss Cox2010-12-173-14/+32
* life: fix for new slice rulesGraham Miller2010-10-071-1/+1
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* A test case for cgo //export.Ian Lance Taylor2010-04-095-0/+174