commit 1d6d8fca241bb611af51e265c1b5a2e9ae904702 [browse]
Author: Andrew Gerrand
Date: 2013-08-13 15:33:06 +10:00

go1.1.2

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12837043

commit f1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf [browse]
Author: Andrew Gerrand
Date: 2013-08-13 15:19:16 +10:00

[release-branch.go1.1] doc: release notes for go1.1.2

««« CL 12016043 / 897a42d03643
doc: release notes for go1.1.2

R=golang-dev, go.peter.90, rsc, r
CC=golang-dev
https://golang.org/cl/12016043
»»»

Fixes #5928.

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/12835043

commit 018854d24aee8615c62c1126af71e2b6cccd0b05 [browse]
Author: Andrew Gerrand
Date: 2013-07-29 18:00:58 +10:00

[release-branch.go1.1] bufio: check buffer availability before reading in ReadFrom

This change was applied by hand, as bufio has seen some refactoring
since 1.1 was branched. The only difference between this and the
original patch is the offset of the change, and s/flush/Flush/.

««« CL 11801043 / 3ffbc06b4874
bufio: check buffer availability before reading in ReadFrom

Fixes  issue 5947 .

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/11801043
»»»

Update #5928

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12002043

commit 2041d55aac66d54765d2a4cfd267986c8f6d7c2a [browse]
Author: Andrew Gerrand
Date: 2013-07-29 10:34:53 +10:00

[release-branch.go1.1] syscall: prlimit argument error for Getrlimit and Setrlimit on Linux 32-bit

««« CL 11803043 / ba52f6399462
syscall: prlimit argument error for Getrlimit and Setrlimit on Linux 32-bit

The rlimit arguments for prlimit are reversed for linux 32-bit (386 and arm).
Getrlimit becomes Setrlimit and vice versa.
Fixes #5949.

R=iant, mikioh.mikioh, rsc
CC=golang-dev
https://golang.org/cl/11803043

»»»

Update #5928

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/11996043

commit 3e917131a188e1a59b690f4a18c1d97555d54959 [browse]
Author: Andrew Gerrand
Date: 2013-07-29 09:57:49 +10:00

[release-branch.go1.1] cmd/cgo: gccgo fixes

««« CL 11406047 / 4d9c3095de9d
cmd/cgo: gccgo fixes

Don't require a full-scale callback for calls to the special
prologue functions.

Always use a simple wrapper function for C functions, so that
we can handle static functions defined in the import "C"
comment.

Disable a test that relies on gc-specific function names.

Fixes #5905.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11406047

»»»

Update #5928

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/11887043

clone the repository to get more history