summaryrefslogtreecommitdiff
path: root/test/utf.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox1-1/+1
to use single string argument instead of string, index. R=r DELTA=136 (9 added, 7 deleted, 120 changed) OCL=28642 CL=28644
2009-01-16casify, cleanup sysRuss Cox1-3/+5
R=r OCL=22978 CL=22984
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-29minor int/float fixesRuss Cox1-2/+2
R=ken OCL=18032 CL=18032
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike1-1/+1
R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=16600 CL=16630
2008-08-11fix bug depot:Rob Pike1-5/+5
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-07-15add a couple of testsRob Pike1-0/+52
update golden SVN=127428