summaryrefslogtreecommitdiff
path: root/src/lib/io/bytebuffer.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-109/+0
2009-05-18add io.ByteReader.Russ Cox1-1/+5
2009-05-15Return error from WriteByte, to match bufio.Writer.Russ Cox1-3/+4
2009-05-14ByteBuffer.WriteByteRobert Griesemer1-0/+7
2009-05-14fix Truncate comment:Russ Cox1-2/+1
2009-05-14ByteBuffer.Truncate(n int)Robert Griesemer1-1/+9
2009-05-05better io.ByteBuffer implementation:Robert Griesemer1-59/+45
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-2/+2
2009-04-06Extremely minor fix to ByteBuffer.Peter McKenzie1-1/+1
2009-03-06document ioRob Pike1-7/+14
2009-01-20delete exportRuss Cox1-3/+2
2009-01-20add a couple of helper methods to io.ByteBufferRob Pike1-0/+8
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-16/+8
2008-12-16If ByteBuffer has never been used, b.buf is nil but Data() should still work.Rob Pike1-0/+8
2008-11-25make a (rudimentary) ByteBuffer and put it in package "io".Rob Pike1-0/+90