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
/
scan.go
Age
Commit message (
Expand
)
Author
2024-01-25
bufio: realign struct Scanner
bench-before
Shulhan
2023-10-23
bufio: allow terminating Scanner early cleanly without a final token or an error
favonia
2023-10-14
bufio: link "too large to fit" to Scanner.Buffer
Ian Lance Taylor
2023-10-12
bufio: add available godoc link
cui fliter
2023-10-04
bufio: use max/min func
qiulaidongfeng
2023-08-16
bufio: clarify the maximum token size
qiulaidongfeng
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-04-30
bufio: mention ErrFinalToken in SplitFunc documentation
Matt Harden
2020-03-25
scan: for style, adjust code for bad scan read counts
Rob Pike
2020-03-25
bufio: don't panic when Scanner sees an impossible Read count
Ian Lance Taylor
2019-05-23
bufio: Fix typo in scan.go documentation
Mickey Reiss
2018-06-13
bufio: clarify SplitFunc docs for nil token
Ian Lance Taylor
2017-11-14
bufio: Use maxConsecutiveEmptyReads instead of 100
Ryoichi KATO
2016-10-24
bufio: remove unnecessary "continue"
Quentin Smith
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-03-18
bufio: fix incorrect comment on Scanner.Scan
Aaron Jacobs
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