]> Cypherpunks repositories - gostls13.git/commit
string slicing is efficient so remove base and bounds arguments from RuneCountInString
authorRob Pike <r@golang.org>
Tue, 5 May 2009 05:12:13 +0000 (22:12 -0700)
committerRob Pike <r@golang.org>
Tue, 5 May 2009 05:12:13 +0000 (22:12 -0700)
commit2067b9fb9243bf42e30dd66b50e49652ca935d5a
tree540f90bfbe2deedff124fbd3e27d114a6b42393a
parent567a7bf66473b260ae3eb1c6e69be365c8200592
string slicing is efficient so remove base and bounds arguments from RuneCountInString

R=rsc
DELTA=6  (1 added, 0 deleted, 5 changed)
OCL=28242
CL=28256
src/lib/strings.go
src/lib/utf8.go
src/lib/utf8_test.go