summaryrefslogtreecommitdiff
path: root/src/bufio
Commit message (Expand)AuthorAgeFilesLines
* bufio: remove unnecessary "continue"Quentin Smith2016-10-241-1/+0
* bufio: read from underlying reader at most once in ReadRuss Cox2016-10-182-2/+31
* bufio: remove redundant Writer.flush methodMatt Layher2016-10-011-11/+6
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-1/+1
* all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann2016-04-101-1/+1
* all: delete dead test codeDominik Honnef2016-03-211-4/+0
* bufio: Reader.Peek returns partial results on ErrBufferFulldjherbis2016-03-042-7/+9
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-7/+6
* all: fix typos and spellingMartin Möhrmann2016-02-242-2/+2
* bufio: clarify Read docsRuss Cox2015-12-011-1/+1
* bufio: fix scanning with a final empty token.Rob Pike2015-09-253-11/+63
* bufio: fix overflow calculation in ScanRob Pike2015-09-201-8/+4
* bufio: allow Scanner to accept a user-provided bufferRob Pike2015-09-182-5/+56
* bufio: Remove unneeded error initializationSilvan Jegen2015-07-181-1/+0
* bufio: fix incorrect comment on Scanner.ScanAaron Jacobs2015-03-181-1/+1
* bufio: add Reader.DiscardBrad Fitzpatrick2015-01-072-0/+179
* bufio: remove unused 'panicked' variable from testAndrew Gerrand2014-11-061-4/+1
* bufio: fix reading of many blank lines in a rowRuss Cox2014-11-052-1/+14
* bufio: don't loop generating empty tokensRob Pike2014-11-062-0/+70
* bufio: fix handling of empty tokens at end of line/fileRob Pike2014-09-252-1/+39
* build: move package sources from src/pkg to srcRuss Cox2014-09-086-0/+2998