index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
cgo
/
cgo.go
Age
Commit message (
Expand
)
Author
2026-03-10
syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...
qmuntal
2026-02-28
runtime/cgo: build with C compiler option -std=gnu90
Ian Lance Taylor
2025-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2023-02-10
cmd/cgo: add -fno-stack-protector to CFLAGS (again)
Than McIntosh
2023-01-31
cmd/link: load host archive libc_nonshared.a for -fstack-protector
Than McIntosh
2022-08-28
cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap
Cuong Manh Le
2022-08-08
runtime/cgo: add -fno-stack-protector to CFLAGS
Ian Lance Taylor
2022-05-03
internal/poll, net, syscall: use accept4 on solaris
Tobias Klauser
2022-04-22
runtime/cgo: remove stdlib.h warning workaround on darwin
Bryan C. Mills
2020-10-16
internal/poll, net, syscall: use accept4 on illumos
Tobias Klauser
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-11-05
runtime/cgo: add -Wno-nullability-completeness on Darwin
Ian Lance Taylor
2019-06-23
runtime/cgo: on Solaris link against -lxnet
Ian Lance Taylor
2019-03-27
runtime: create library startup for aix/ppc64
Clément Chigot
2016-10-28
runtime/cgo: do not link threads lib by default on windows
Alex Brainman
2016-10-24
runtime/cgo: do not link math lib by default on windows
Alex Brainman
2016-10-11
runtime/cgo: do not explicitly link msvcrt.dll
Alex Brainman
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-09-12
runtime/cgo: explicitly link msvcrt on windows
Shenghou Ma
2015-05-06
runtime/cgo: add cgo support for solaris/amd64
Aram Hăvărneanu
2015-04-16
runtime/cgo: darwin/arm64 support
Shenghou Ma
2015-02-25
runtime/cgo: set the initial working directory
David Crawshaw
2015-02-06
runtime/cgo: darwin/arm cgo support
Shenghou Ma
2014-09-08
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox