Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-29 | io.StringBytes -> strings.Bytes | Russ Cox | 1 | -6/+6 | |
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872 | |||||
2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 1 | -1/+1 | |
R=rsc APPROVED=r DELTA=131 (39 added, 10 deleted, 82 changed) OCL=30669 CL=30723 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 3 | -0/+864 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |