aboutsummaryrefslogtreecommitdiff
path: root/test/utf.go
AgeCommit message (Expand)Author
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-10-29minor int/float fixesRuss Cox
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike
2008-08-11fix bug depot:Rob Pike
2008-07-15add a couple of testsRob Pike