Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+41 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -41/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -16/+16 | |
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -3/+3 | |
R=r OCL=28569 CL=28573 | |||||
2009-04-17 | Step 1 of the Big Error Shift: make os.Error an interface and replace ↵ | Rob Pike | 1 | -1/+1 | |
*os.Errors with os.Errors. lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -3/+3 | |
R=r OCL=22978 CL=22984 | |||||
2009-01-15 | convert strconv | Russ Cox | 1 | -1/+1 | |
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -2/+2 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-11-18 | return *os.Error instead of bool from strconv.ato* | Russ Cox | 1 | -3/+4 | |
R=r DELTA=137 (56 added, 4 deleted, 77 changed) OCL=19505 CL=19522 | |||||
2008-11-17 | correctly rounded floating-point conversions | Russ Cox | 1 | -2/+2 | |
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380 | |||||
2008-09-30 | 104, 107, 108: they are known to fail, so mark them appropriately. | Rob Pike | 1 | -0/+40 | |
update golden add the "goroutines" test R=iant DELTA=74 (36 added, 23 deleted, 15 changed) OCL=16194 CL=16206 |