summaryrefslogtreecommitdiff
path: root/src/pkg/io/bytebuffer.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-125/+0
2009-06-25Change os.Error convention:Russ Cox1-1/+1
2009-06-23fix io.Bytebuffer.Read for new EOF semanticsRob Pike1-2/+7
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-2/+2
2009-06-19Add ReadByte to bytebufferScott Schwartz1-0/+11
2009-06-09mv src/lib to src/pkgRob Pike1-0/+109