summaryrefslogtreecommitdiff
path: root/src/lib/bufio_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-6/+6
2009-04-06make NewBufRead etc. idempotentRob Pike1-0/+47
2009-04-06an early 6g limitation forced the use ofRuss Cox1-1/+1
2009-03-07document bufioRob Pike1-3/+3
2009-03-06delete vestigial references to package syscallRob Pike1-1/+0
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-20/+20
2009-02-13convert composite literals from { } to ( ).Russ Cox1-20/+20
2009-02-03bufio:Russ Cox1-2/+2
2009-01-30update go code tree to new func rules.Russ Cox1-7/+7
2009-01-20delete exportRuss Cox1-3/+3
2009-01-15casify fixup for bufioRob Pike1-67/+59
2009-01-15printf->Printf etc.Rob Pike1-1/+1
2009-01-06new new & makeRuss Cox1-8/+8
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-18convert *[] to [].Russ Cox1-24/+23
2008-11-24convert tests.Russ Cox1-0/+342