summaryrefslogtreecommitdiff
path: root/test/utf.go
Commit message (Expand)AuthorAgeFilesLines
* test: remove semiocolons.Rob Pike2010-09-041-30/+30
* change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox2009-05-111-1/+1
* casify, cleanup sysRuss Cox2009-01-161-3/+5
* new new & makeRuss Cox2009-01-061-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* minor int/float fixesRuss Cox2008-10-291-2/+2
* sys.stringtorune doesn't need a length parameter.Rob Pike2008-10-071-1/+1
* fix bug depot:Rob Pike2008-08-111-5/+5
* add a couple of testsRob Pike2008-07-151-0/+52