index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bufio
Age
Commit message (
Expand
)
Author
2019-01-08
bufio: document relationship between UnreadByte/UnreadRune and Peek
Brad Fitzpatrick
2018-11-13
bufio: make Reader.Peek invalidate Unreads
Martin Garton
2018-11-13
bufio: put notes about len(p) together
Russ Cox
2018-11-09
bufio: fix indexes in TestWriter
Ryan Dahl
2018-10-30
bufio: suggest io.ReadFull at (*Reader).Read
Alan Donovan
2018-08-22
bufio: avoid rescanning buffer multiple times in ReadSlice
andrius4669
2018-08-20
bufio: make Reader naming consistent
nogoegst
2018-06-13
bufio: clarify SplitFunc docs for nil token
Ian Lance Taylor
2018-03-28
bufio: document ReadFrom/WriteTo calls to underlying methods
Ian Lance Taylor
2017-11-14
bufio: Use maxConsecutiveEmptyReads instead of 100
Ryoichi KATO
2017-11-02
bufio: add Reader.Size and Writer.Size accessors
Brad Fitzpatrick
2017-07-06
Revert "bufio: make Reader.Peek invalidate Unreads"
Russ Cox
2017-06-27
bufio: make Reader.Peek invalidate Unreads
Martin Garton
2017-06-09
all: single space after period
Brad Fitzpatrick
2017-06-08
bufio: clarify WriteTo docs
Sam Whited
2017-04-21
bufio: clarify that Flush returns a cached write error
Ian Lance Taylor
2017-04-19
all: remove redundant returns
Daniel Martí
2016-10-24
bufio: remove unnecessary "continue"
Quentin Smith
2016-10-18
bufio: read from underlying reader at most once in Read
Russ Cox
2016-10-01
bufio: remove redundant Writer.flush method
Matt Layher
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-04-10
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-04
bufio: Reader.Peek returns partial results on ErrBufferFull
djherbis
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-12-01
bufio: clarify Read docs
Russ Cox
2015-09-25
bufio: fix scanning with a final empty token.
Rob Pike
2015-09-20
bufio: fix overflow calculation in Scan
Rob Pike
2015-09-18
bufio: allow Scanner to accept a user-provided buffer
Rob Pike
2015-07-18
bufio: Remove unneeded error initialization
Silvan Jegen
2015-03-18
bufio: fix incorrect comment on Scanner.Scan
Aaron Jacobs
2015-01-07
bufio: add Reader.Discard
Brad Fitzpatrick
2014-11-06
bufio: remove unused 'panicked' variable from test
Andrew Gerrand
2014-11-05
bufio: fix reading of many blank lines in a row
Russ Cox
2014-11-06
bufio: don't loop generating empty tokens
Rob Pike
2014-09-25
bufio: fix handling of empty tokens at end of line/file
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]