aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/utf8/string.go
AgeCommit message (Expand)Author
2011-11-03os,text,unicode: renamingsRob Pike
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-25unicode, utf8, utf16: use runeRuss Cox
2010-09-27utf8.String: provide an Init method to avoid unnecessary allocationRob Pike
2010-09-25utf8.String: Slice(i,j)Rob Pike
2010-09-25utf8: Add new type String to automate string indexing by code point.Rob Pike