Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-22 | introduce os.EOF and io.ErrUnexpectedEOF. | Russ Cox | 1 | -20/+1 | |
remove io.ErrEOF. rename io.FullRead to io.ReadFull, to match ReadAtLeast and ReadAll. remove io.FullReader, because it is now unused. R=r DELTA=295 (88 added, 105 deleted, 102 changed) OCL=30544 CL=30588 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 7 | -0/+927 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |