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