summaryrefslogtreecommitdiff
path: root/test/utf.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-3/+5
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-10-29minor int/float fixesRuss Cox1-2/+2
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike1-1/+1
2008-08-11fix bug depot:Rob Pike1-5/+5
2008-07-15add a couple of testsRob Pike1-0/+52