commit 897ad0c05ee2af17c7740f793f8136d7404e87f5 [browse]
Author: Andrew Gerrand
Date: 2011-06-03 11:18:34 +10:00

weekly.2011-06-02

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

commit 6c2b434820462f6b58c4cce397cc94dec2189c95 [browse]
Author: Andrew Gerrand
Date: 2011-06-03 09:48:42 +10:00

doc: add Belarusian FAQ translation

R=golang-dev, dchest
CC=golang-dev
https://golang.org/cl/4564057

commit ce5c1cf0368a7b17254086ab00134e47137ee720 [browse]
Author: Rob Pike
Date: 2011-06-03 07:53:50 +10:00

fmt: fix bug in UnreadRune: must clear memory of previous
rune if input implements UnreadRune; otherwise the lookahead
will lie.

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

commit 4e9e92500249258e9baa77fbaf8075f0c07e56b2 [browse]
Author: Rob Pike
Date: 2011-06-03 07:48:06 +10:00

exec: change exec.PathError to exec.Error
There were two issues:
1) It might not be a path error, it might be 'permission denied'.
2) The concept of $PATH is Unix-specific.

R=alex.brainman, rsc, r, mattn.jp
CC=golang-dev
https://golang.org/cl/4530096

commit 31c79c4effb40ea938d2c740ad7149e4ac4a45a6 [browse]
Author: Brad Fitzpatrick
Date: 2011-06-02 13:36:52 -07:00

http: ServeFile shouldn't send Content-Length when Content-Encoding is set

Fixes #1905

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

clone the repository to get more history