summaryrefslogtreecommitdiff
path: root/src/libcgo
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Correct _cgo_free when C ABI does not pass first arg on stack.Ian Lance Taylor1-1/+12
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman3-1/+1
2010-04-09Library support for cgo export.Ian Lance Taylor1-0/+24
2010-04-09Support cgo export on amd64.Ian Lance Taylor4-0/+118
2010-04-05libcgo: initial mingw port work - builds but untestedJoe Poirier5-2/+94
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-3/+8
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell2-6/+15
2009-11-17FreeBSD/i386 workDevon H. O'Dell1-0/+59
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell2-0/+47
2009-11-15makefiles: use correct gcc order in case --as-needed is in use.Russ Cox1-1/+1
2009-10-038c, 8l dynamic loading support.Russ Cox12-317/+489
2009-09-30cgo working on linux/386Russ Cox1-2/+4
2009-09-24cgo checkpoint.Russ Cox1-0/+12
2009-08-24cgocall bug fix.Russ Cox1-21/+39
2009-08-24start of FFI support, and a demo.Russ Cox2-0/+302