Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-29 | io.StringBytes -> strings.Bytes | Russ Cox | 1 | -8/+9 | |
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872 | |||||
2009-06-26 | Getenv: almost no one wants the error, so make it return a string that may ↵ | Rob Pike | 1 | -3/+2 | |
be empty. Getenverror is the new name for the old routine that returns an error too. R=rsc DELTA=35 (7 added, 7 deleted, 21 changed) OCL=30818 CL=30821 | |||||
2009-06-16 | forgot to adjust tmproot | Robert Griesemer | 1 | -1/+1 | |
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=30342 CL=30342 | |||||
2009-06-16 | move godoc to src/cmd/godoc | Robert Griesemer | 1 | -0/+707 | |
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341 |