commit a1e382673082e7cd4c29967b9951dd5eb63eac86 [browse]
Author: Andrew Gerrand
Date: 2010-08-05 13:18:49 +10:00

release.2010-08-04

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

commit 8251e72aea030eec445d7cb8eed38732f7b0f9c7 [browse]
Author: Alex Brainman
Date: 2010-08-05 11:43:53 +10:00

path: fix comment for Split()

R=golang-dev
CC=golang-dev
https://golang.org/cl/1905050

commit d9e2631b53395fd3128f62cc621f2b1ed206a109 [browse]
Author: Robert Griesemer
Date: 2010-08-04 18:02:43 -07:00

go/parser.ParseFiles: don't override error (to nil) if there is one

Also: Return first instead of last error as that seems more useful.

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

commit ed8c23149ffa467b8154c4009517499abdacc20e [browse]
Author: Robert Griesemer
Date: 2010-08-04 17:58:56 -07:00

fix build: literal types cannot be parenthesized anymore

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

commit e473f42b2d3ac9b877436638dc182342dcd2e86c [browse]
Author: Russ Cox
Date: 2010-08-04 17:50:22 -07:00

amd64: use segment memory for thread-local storage
Returns R14 and R15 to the available register pool.
Plays more nicely with ELF ABI C code.
In particular, our signal handlers will no longer crash
when a signal arrives during execution of a cgo C call.

Fixes #720.

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

clone the repository to get more history