aboutsummaryrefslogtreecommitdiff
path: root/src/lib/bufio_test.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-06make NewBufRead etc. idempotentRob Pike
2009-04-06an early 6g limitation forced the use ofRuss Cox
2009-03-07document bufioRob Pike
2009-03-06delete vestigial references to package syscallRob 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-30update go code tree to new func rules.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-15casify fixup for bufioRob Pike
2009-01-15printf->Printf etc.Rob 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-11-24convert tests.Russ Cox