commit 46a6097aa7943a490e9bd2e04274845d0e5e200f [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:04:56 -07:00
go1.1rc3
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9315044
commit 91504a0e0d170b284e460c665235eaa2a041322d [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:02:59 -07:00
[release-branch.go1.1] runtime: fix crash in select
««« CL 9311043 / 53bc96b4c0c7
runtime: fix crash in select
runtime.park() can access freed select descriptor
due to a racing free in another thread.
See the comment for details.
Slightly modified version of dvyukov's CL 9259045.
No test yet. Before this CL, the test described in issue 5422
would fail about every 40 times for me. With this CL, I ran
the test 5900 times with no failures.
Fixes #5422.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9311043
»»»
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9304044
commit 836b670612f8cd5f7fe5455a90b8d0f3abde6d65 [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:02:02 -07:00
[release-branch.go1.1] spec: fix incorrect example
««« CL 9305043 / 87762a7629b4
spec: fix incorrect example
Fixes #5430.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9305043
»»»
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9308044
commit 0a98e78c1f2fe61b3e2b9d68898ec857d4831f79 [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:01:09 -07:00
[release-branch.go1.1] doc: pull front page featured articles using new blog JSON feed
««« CL 9288045 / 5785ebd7acfb
doc: pull front page featured articles using new blog JSON feed
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9288045
»»»
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9050046
commit c785d6af6679554028264c3767015ba2a7ecbe67 [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:00:15 -07:00
[release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errors
««« CL 9120045 / e4f62df3e6c9
cmd/cgo: pass -Wsystem-headers when looking for errors
This works around a bug in GCC 4.8.0.
Fixes #5118.
R=golang-dev, r, minux.ma
CC=golang-dev
https://golang.org/cl/9120045
»»»
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9259047
clone the repository to get more history