summaryrefslogtreecommitdiff
path: root/test/utf.go
Commit message (Expand)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-10/+20
* 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