aboutsummaryrefslogtreecommitdiff
path: root/src/bufio
AgeCommit message (Expand)Author
2015-03-18bufio: fix incorrect comment on Scanner.ScanAaron Jacobs
2015-01-07bufio: add Reader.DiscardBrad Fitzpatrick
2014-11-06bufio: remove unused 'panicked' variable from testAndrew Gerrand
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