Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+7 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -8/+11 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+61 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -61/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -27/+27 | |
2009-09-14 | fix "declared and not used" in tests; | Russ Cox | 1 | -1/+0 | |
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 | |||||
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -4/+4 | |
R=rsc OCL=33382 CL=33391 | |||||
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-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+2 | |
R=r OCL=28569 CL=28573 | |||||
2009-04-13 | fix stringrange test | Russ Cox | 1 | -1/+15 | |
R=ken OCL=27353 CL=27353 | |||||
2009-04-12 | fix string range to have full unicode range (up to 10FFFF). | Rob Pike | 1 | -0/+47 | |
add test for string range. test has minor failure: after loop the index == len(s); should be len(s)-1 in this case. according to spec, vars are left at position at last iteration. R=ken,rsc DELTA=259 (161 added, 96 deleted, 2 changed) OCL=27343 CL=27343 |