1. 50ec831 bufio: Use maxConsecutiveEmptyReads instead of 100 by Ryoichi KATO · 8 years ago
  2. 0eaa8fe bufio: remove unnecessary "continue" by Quentin Smith · 8 years ago
  3. ec12754 bufio: fix scanning with a final empty token. by Rob Pike · 10 years ago
  4. 7b5af51 bufio: fix overflow calculation in Scan by Rob Pike · 10 years ago
  5. 13be616 bufio: allow Scanner to accept a user-provided buffer by Rob Pike · 10 years ago
  6. ecd630d bufio: fix incorrect comment on Scanner.Scan by Aaron Jacobs · 10 years ago
  7. 2d0db8e bufio: fix reading of many blank lines in a row by Russ Cox · 10 years ago
  8. 590f528 bufio: don't loop generating empty tokens by Rob Pike · 10 years ago
  9. 74c0de8 bufio: fix handling of empty tokens at end of line/file Fixes #8672. by Rob Pike · 11 years ago
  10. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/bufio/scan.go]
  11. 0b2da60 bufio: fix UnreadSlice followed by UnreadRune by Egon Elbre · 11 years ago
  12. 54bc760 bufio: handle excessive white space in ScanWords by Matthew Dempsky · 11 years ago
  13. f999e14 all: spelling tweaks, A-G by Robert Hencke · 11 years ago
  14. 4ffc799 bufio: fix bug that ReadFrom stops before EOF or error by Rui Ueyama · 11 years ago
  15. 746d636 unicode: upgrade to Unicode 6.3.0 by Marcel van Lohuizen · 11 years ago
  16. abe384f all: be more idiomatic when documenting boolean return values. by Rob Pike · 12 years ago
  17. cb8782e bufio: fix SplitFunc docs Fixes #5532. by Shenghou Ma · 12 years ago
  18. 591d4a4 bufio.Scan: don't stop after Read returns 0, nil by Rob Pike · 12 years ago
  19. 082a4a8 bufio/Scan: fix error handling at EOF Fixes #5268. by Rob Pike · 12 years ago
  20. 995eb2c bufio: make it a little clearer how the default Scanner splits lines. by Rob Pike · 12 years ago
  21. 5bbdf40 bufio.Scanner: delete obsolete TODO by Rob Pike · 12 years ago
  22. e15c0ac all: remove now-unnecessary unreachable panics by Brad Fitzpatrick · 12 years ago
  23. 55ad7b9 bufio: new Scanner interface by Rob Pike · 12 years ago