]> Cypherpunks repositories - gostls13.git/commit
change utf8.FullRuneInString and utf8.DecodeRuneInString
authorRuss Cox <rsc@golang.org>
Mon, 11 May 2009 21:10:34 +0000 (14:10 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 11 May 2009 21:10:34 +0000 (14:10 -0700)
commit3619f1ea6a85b08f8c079b61115c567dd2e51f33
tree979d1eb0ea7a8087a22d52e9e01b689950238d7f
parent5a11a46e2dff0e31d8568fe4680f71175c2e38b5
change utf8.FullRuneInString and utf8.DecodeRuneInString
to use single string argument instead of string, index.

R=r
DELTA=136  (9 added, 7 deleted, 120 changed)
OCL=28642
CL=28644
src/lib/fmt/print.go
src/lib/go/ast/ast.go
src/lib/json/parse.go
src/lib/reflect/type.go
src/lib/regexp/regexp.go
src/lib/strconv/quote.go
src/lib/strings/strings.go
src/lib/utf8/utf8.go
src/lib/utf8/utf8_test.go
test/stringrange.go
test/utf.go