aboutsummaryrefslogtreecommitdiff
path: root/src/lib/bufio.go
AgeCommit message (Expand)Author
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-06make NewBufRead etc. idempotentRob Pike
2009-03-07document bufioRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-03bufio:Russ Cox
2009-01-20delete exportRuss Cox
2009-01-15casify fixup for bufioRob Pike
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-10assorted cleanup and fixesRuss Cox
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox
2008-11-24Automated g4 rollback of changelist 19913.Russ Cox
2008-11-24bufio.ReadRuneRobert Griesemer
2008-10-23use &T{1,2,3} constructor for simple new casesRuss Cox
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-16fix / work around bugs in bufio testRuss Cox
2008-09-12buffered input & outputRuss Cox