summaryrefslogtreecommitdiff
path: root/src/pkg/bufio/bufio.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-72/+102
2010-06-02bufio: change ReadSlice to match descriptionRuss Cox1-15/+5
2010-03-30single argument panicRuss Cox1-2/+2
2010-03-05bufio: WriteRuneRob Pike1-0/+29
2010-01-16give bufio.Writer.WriteString the same signature asRob Pike1-5/+11
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-147/+147
2009-12-08bufio: use copy - significant speedup for writersRuss Cox1-12/+6
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 Griesemer1-19/+19
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-36/+36
2009-11-08assorted cleanupRuss Cox1-6/+0
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-9/+3
2009-10-08more lgtm files from gofmtRuss Cox1-79/+79
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox1-21/+24
2009-08-26fix bufio bugs involving readers that return os.EOF withRuss Cox1-42/+18
2009-08-06- bufio.ReadRune fix for empty reads w/o errorsRobert Griesemer1-5/+3
2009-08-06minor fixRobert Griesemer1-1/+1
2009-08-03WriteStringRob Pike1-0/+19
2009-07-01clean up some BUG/TODO in go codeRuss Cox1-4/+1
2009-06-25Change os.Error convention:Russ Cox1-11/+17
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-17/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+515