Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -30/+30 | |
2009-05-11 | change utf8.FullRuneInString and utf8.DecodeRuneInString | Russ Cox | 1 | -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-16 | casify, cleanup sys | Russ Cox | 1 | -3/+5 | |
R=r OCL=22978 CL=22984 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -1/+1 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-10-29 | minor int/float fixes | Russ Cox | 1 | -2/+2 | |
R=ken OCL=18032 CL=18032 | |||||
2008-10-07 | sys.stringtorune doesn't need a length parameter. | Rob Pike | 1 | -1/+1 | |
R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=16600 CL=16630 | |||||
2008-08-11 | fix bug depot: | Rob Pike | 1 | -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-15 | add a couple of tests | Rob Pike | 1 | -0/+52 | |
update golden SVN=127428 |