aboutsummaryrefslogtreecommitdiff
path: root/src/bufio/scan.go
AgeCommit message (Expand)Author
2023-10-23bufio: allow terminating Scanner early cleanly without a final token or an errorfavonia
2023-10-14bufio: link "too large to fit" to Scanner.BufferIan Lance Taylor
2023-10-12bufio: add available godoc linkcui fliter
2023-10-04bufio: use max/min funcqiulaidongfeng
2023-08-16bufio: clarify the maximum token sizeqiulaidongfeng
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-04-30bufio: mention ErrFinalToken in SplitFunc documentationMatt Harden
2020-03-25scan: for style, adjust code for bad scan read countsRob Pike
2020-03-25bufio: don't panic when Scanner sees an impossible Read countIan Lance Taylor
2019-05-23bufio: Fix typo in scan.go documentationMickey Reiss
2018-06-13bufio: clarify SplitFunc docs for nil tokenIan Lance Taylor
2017-11-14bufio: Use maxConsecutiveEmptyReads instead of 100Ryoichi KATO
2016-10-24bufio: remove unnecessary "continue"Quentin Smith
2015-09-25bufio: fix scanning with a final empty token.Rob Pike
2015-09-20bufio: fix overflow calculation in ScanRob Pike
2015-09-18bufio: allow Scanner to accept a user-provided bufferRob Pike
2015-03-18bufio: fix incorrect comment on Scanner.ScanAaron Jacobs
2014-11-05bufio: fix reading of many blank lines in a rowRuss Cox
2014-11-06bufio: don't loop generating empty tokensRob Pike
2014-09-25bufio: fix handling of empty tokens at end of line/fileRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox