summaryrefslogtreecommitdiff
path: root/src/lib/io/io.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-223/+0
2009-06-04use the new bytes packageRob Pike1-3/+2
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox1-13/+1
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox1-1/+13
2009-05-19Crypto modes: CBC, CFB, ECB.Russ Cox1-3/+14
2009-05-18add io.ByteReader.Russ Cox1-0/+26
2009-05-18move ShortWrite error into io so that other packages can use it.Russ Cox1-1/+8
2009-05-08throw away os._Error.Russ Cox1-1/+4
2009-05-08Name change to improve embeddability:Rob Pike1-28/+28
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike1-6/+6
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-8/+8
2009-03-06delete vestigial references to package syscallRob Pike1-1/+0
2009-03-06document ioRob Pike1-5/+21
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-03-02fix names: s/fd/r/Russ Cox1-9/+9
2009-02-16comment nitRuss Cox1-2/+0
2009-02-16use embedded interface typesRuss Cox1-9/+9
2009-02-16io.PipeRuss Cox1-8/+18
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-02-06portable stat for osRob Pike1-18/+12
2009-02-03bufio:Russ Cox1-0/+4
2009-01-20delete exportRuss Cox1-11/+11
2009-01-16casify miscRuss Cox1-6/+6
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-18convert *[] to [].Russ Cox1-9/+9
2008-12-10StringBytes help routine, common functionality put into package io for sharing.Rob Pike1-0/+10
2008-11-25make a (rudimentary) ByteBuffer and put it in package "io".Rob Pike1-0/+146