commit 0584eb2e7779d5bf699702d06acb686cd08bddd2 [browse]
Author: Andrew Gerrand
Date: 2011-10-18 14:06:11 +11:00
[release-branch.r58] reflect: disallow Interface method on Value obtained via unexported name
Also remove exp/datafmt that depends on the broken reflect behavior.
««« CL 5267049 / eeca0d4a91a3
reflect: disallow Interface method on Value obtained via unexported name
Had been allowing it for use by fmt, but it is too hard to lock down.
Fix other packages not to depend on it.
R=r, r
CC=golang-dev
https://golang.org/cl/5266054
»»»
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5297042
commit adfa87c5d754252f2bf428b38560de3d630dbe9d [browse]
Author: Russ Cox
Date: 2011-07-12 10:19:11 -04:00
[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2
««« CL 4607045 / 142f0bc0d6e7
cgo: handle new Apple LLVM-based gcc from Xcode 4.2
That gcc does not include enumerator names and values
in its DWARF debug output. Create a data block from which
we can read the values instead.
Fixes #1881.
R=iant
CC=golang-dev
https://golang.org/cl/4607045
»»»
R=adg
CC=golang-dev
https://golang.org/cl/4708042
commit af97a0b94c5196b13eddfff6663c916af789a599 [browse]
Author: Russ Cox
Date: 2011-07-12 01:41:46 -04:00
[release-branch.r58] doc: document r58.1
««« CL 4700041 / 7c6b5a591a86
doc: document r58.1
R=adg, dsymonds
CC=golang-dev
https://golang.org/cl/4700041
»»»
R=adg
CC=golang-dev
https://golang.org/cl/4701041
commit beca117ea3231c661d05f0570d88262f07ce9a00 [browse]
Author: Russ Cox
Date: 2011-07-11 23:38:12 -04:00
[release-branch.r58] build: use awk instead of giant egrep regexp
««« CL 4603056 / 655a4be3968f
build: use awk instead of giant egrep regexp
Avoids buggy version of egrep on some Macs.
R=r, dsymonds
CC=golang-dev
https://golang.org/cl/4603056
»»»
R=adg
CC=golang-dev
https://golang.org/cl/4695042
commit ecfec2c61a1d3945ee382b95f1ce2dca97223234 [browse]
Author: Russ Cox
Date: 2011-07-11 23:38:02 -04:00
[release-branch.r58] runtime/cgo: fix for OS X 10.7
««« CL 4603057 / 0905a2ca94c6
runtime/cgo: fix for OS X 10.7
Correct a few error messages (libcgo -> runtime/cgo)
and delete old nacl_386.c file too.
Fixes #1657.
R=iant
CC=golang-dev
https://golang.org/cl/4603057
»»»
R=adg
CC=golang-dev
https://golang.org/cl/4698041
clone the repository to get more history