aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgo/callbacks.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime/cgo: use just #include "textflag.h"Russ Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-05-01runtime/cgo: export symbols in both internal and external link modeIan Lance Taylor
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-28runtime/cgo: make crosscall2 5a/6a/8a-assembledRuss Cox
2013-02-28runtime/cgo: move common symbol overrides into 6c-compiled codeRuss Cox
2012-11-10runtime, runtime/cgo: track memory allocated by non-Go codeIan Lance Taylor
2011-01-11runtime/cgo: Add callbacks to support SWIG.Ian Lance Taylor