summaryrefslogtreecommitdiff
path: root/src/pkg/bufio
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-5/+5
2009-11-18replace custom findByte with bytes.IndexByteRob Pike1-13/+3
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer2-21/+21
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-70/+70
2009-11-08assorted cleanupRuss Cox1-6/+0
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-9/+3
2009-11-04gofmt-ify bufioRobert Griesemer1-57/+59
2009-11-04fix bufio test caseRobert Griesemer1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox1-79/+79
2009-09-21move strings.Buffer into bytesRob Pike1-4/+4
2009-09-21step 2 of the great buffer shift.Rob Pike1-4/+4
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-6/+5
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-3/+3
2009-09-15more "declared and not used".Russ Cox1-4/+4
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2-23/+26
2009-08-26fix bufio bugs involving readers that return os.EOF withRuss Cox2-42/+19
2009-08-20naming cleanup.Russ Cox1-4/+4
2009-08-12convert non-low-level non-google pkg codeRuss Cox2-55/+5
2009-08-06- bufio.ReadRune fix for empty reads w/o errorsRobert Griesemer2-5/+59
2009-08-06minor fixRobert Griesemer1-1/+1
2009-08-03WriteStringRob Pike2-0/+41
2009-07-01clean up some BUG/TODO in go codeRuss Cox1-4/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-6/+8
2009-06-25Change os.Error convention:Russ Cox1-11/+17
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox2-20/+5
2009-06-09mv src/lib to src/pkgRob Pike3-0/+873