summaryrefslogtreecommitdiff
path: root/src/lib/utf8_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-26EncodeRuneToStringRobert Griesemer1-0/+11
2009-03-06delete vestigial references to package syscallRob Pike1-1/+0
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-33/+33
2009-02-13convert composite literals from { } to ( ).Russ Cox1-33/+33
2009-02-06portable stat for osRob Pike1-6/+5
2009-01-20delete exportRuss Cox1-6/+6
2009-01-16casify miscRuss Cox1-11/+12
2009-01-06update utf8_test.goRob Pike1-1/+1
2008-12-18convert *[] to [].Russ Cox1-4/+4
2008-12-04strings.utflen -> utf8.RuneCount, RuneCountInStringRuss Cox1-0/+22
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-30/+38
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox1-38/+30
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox1-30/+38
2008-11-21utf8 routines in go; a start.Russ Cox1-0/+150