summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/buffer_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+10
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-12/+23
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+26
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-23/+38
2010-04-26bytes: add Next method to Buffer, simplify Read.Russ Cox1-0/+35
2010-03-05bufio: WriteRuneRob Pike1-1/+1
2010-03-05Add ReadRune and WriteRune to bytes.BufferRob Pike1-0/+35
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-85/+85
2009-12-03Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffe...Rob Pike1-0/+22
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-15/+15
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-20/+20
2009-10-31return "<nil>" when calling String() on a nil bytes.Buffer.Rob Pike1-0/+8
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+3
2009-10-08more lgtm files from gofmtRuss Cox1-1/+1
2009-10-06another round of gofmt applicationsRuss Cox1-21/+21
2009-09-21move strings.Buffer into bytesRob Pike1-22/+85
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-4/+4
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-08-12convert low-level (used by testing) packages toRuss Cox1-2/+2
2009-06-29delete io.ByteBufferRuss Cox1-9/+9
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-0/+171