commit ac21766c958dc1341d79f17c36cc686ed936e6d4 [browse]
Author: Andrew Gerrand
Date: 2011-10-19 11:31:57 +11:00
weekly.2011-10-18
R=rsc
CC=golang-dev
https://golang.org/cl/5302041
commit 98e723ed098abf6a4b9dae27108cc9ee6f07919b [browse]
Author: Nigel Tao
Date: 2011-10-19 10:54:04 +11:00
html: fix escape_test.go for CSS escaper change 5306042.
R=mikesamuel
CC=golang-dev
https://golang.org/cl/5313044
commit 811d334a65fe7a8fce9680ed5e41878027d00bbc [browse]
Author: Rob Pike
Date: 2011-10-18 16:23:07 -07:00
fmt: clean up after reflect.Interface change.
Store the reflect.Value in the internal print state. Code is simpler, cleaner,
and a little faster - back to what it was before the change.
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5299046
commit 4c56c30b78199c3313c1ee0042f0adcc685bae33 [browse]
Author: Rob Pike
Date: 2011-10-18 15:52:49 -07:00
rpc: don't panic on write error.
The mechanism to record the error in the call is already in place.
Fixes #2382.
R=golang-dev, dsymonds, bradfitz, r
CC=golang-dev
https://golang.org/cl/5307043
commit fc3ce34903d5f86f398eda87ca6e334f483df604 [browse]
Author: Mike Samuel
Date: 2011-10-18 17:01:42 -05:00
exp/template/html: fix bug in cssEscaper
cssEscaper escapes using the CSS convention: `\` + hex + optional-space
It outputs the space when the escape could be followed by
a hex digit to distinguish a "\na" from "\u00aa".
It did not output a space when the escape is followed by a space
character so did not distinguish "\n " from "\n".
Currently when doing lookahead, it does not distinguish spaces that
will be escaped later by the same function from ones that will not.
This is correct but suboptimal.
R=nigeltao
CC=golang-dev
https://golang.org/cl/5306042
clone the repository to get more history