summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/buffer.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-22restore the old algorithm. the new one is more memory efficient in large casesRob Pike1-262/+93
2009-09-21move strings.Buffer into bytesRob Pike1-62/+276
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-4/+10
2009-08-12convert low-level (used by testing) packages toRuss Cox1-1/+0
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-0/+125