From: Russ Cox Date: Wed, 24 Sep 2014 19:10:54 +0000 (-0400) Subject: doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowed X-Git-Tag: go1.4beta1~314 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=50c9d6345915dfacf6d09bf40d21161e77be987a;p=gostls13.git doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowed CC=golang-codereviews https://golang.org/cl/145890046 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index f69b7fa5f0..d09a154a3d 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -13,6 +13,7 @@ cmd/6l, liblink: use pc-relative addressing for all memory references, so that l cmd/go: import comments (CL 124940043) cmd/go: implement "internal" (CL 120600043) cmd/go: implement "generate" (CL 125580044) +cmd/go: disallow C sources except when using cgo (CL 149720043) asm: make textflag.h available outside of cmd/ld (CL 128050043) crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)