summaryrefslogtreecommitdiff
path: root/src/lib/io/pipe.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-226/+0
2009-06-06Publish types PipeReader and PipeWriterRuss Cox1-26/+61
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox1-60/+26
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox1-26/+60
2009-05-08Name change to improve embeddability:Rob Pike1-3/+3
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-9/+9
2009-03-06document ioRob Pike1-1/+4
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
2009-02-16io.PipeRuss Cox1-0/+188