]> Cypherpunks repositories - gostls13.git/commit
utf8: make EncodeRune's destination the first argument.
authorAdam Langley <agl@golang.org>
Tue, 30 Nov 2010 21:59:43 +0000 (16:59 -0500)
committerAdam Langley <agl@golang.org>
Tue, 30 Nov 2010 21:59:43 +0000 (16:59 -0500)
commit3cb4bdb9ce7135a107ab35e64b39dab9f22acfa1
tree5d19a4214d838ad9ee4570e387bed51bc8abc25c
parent287045085dedfb241a4af111b690bc424b74b166
utf8: make EncodeRune's destination the first argument.

R=r
CC=golang-dev
https://golang.org/cl/3364041
14 files changed:
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go
src/pkg/bytes/bytes.go
src/pkg/crypto/block/cbc_aes_test.go [deleted file]
src/pkg/crypto/block/ctr_aes_test.go [deleted file]
src/pkg/fmt/print.go
src/pkg/html/escape.go
src/pkg/json/decode.go
src/pkg/regexp/regexp.go
src/pkg/strings/strings.go
src/pkg/utf8/utf8.go
src/pkg/utf8/utf8_test.go