]> Cypherpunks repositories - gostls13.git/commit
introduce os.EOF and io.ErrUnexpectedEOF.
authorRuss Cox <rsc@golang.org>
Mon, 22 Jun 2009 20:26:13 +0000 (13:26 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 22 Jun 2009 20:26:13 +0000 (13:26 -0700)
commit64684cc2a2ac5b3fa242e1b7e6bf88ced7c7ba2c
treebee9639cb9ffde3688be8468c7b20d5069f69387
parent022ee0c26fc96942a970a03b208224e93b3b4af9
introduce os.EOF and io.ErrUnexpectedEOF.
remove io.ErrEOF.
rename io.FullRead to io.ReadFull, to match
   ReadAtLeast and ReadAll.
remove io.FullReader, because it is now unused.

R=r
DELTA=295  (88 added, 105 deleted, 102 changed)
OCL=30544
CL=30588
23 files changed:
src/pkg/archive/tar/untar.go
src/pkg/archive/tar/untar_test.go
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/compress/flate/inflate.go
src/pkg/compress/gzip/gunzip.go
src/pkg/compress/gzip/gunzip_test.go
src/pkg/crypto/block/eax.go
src/pkg/crypto/block/ecb.go
src/pkg/exec/exec_test.go
src/pkg/http/client_test.go
src/pkg/http/fs.go
src/pkg/http/request.go
src/pkg/io/bytebuffer.go
src/pkg/io/io.go
src/pkg/io/pipe.go
src/pkg/io/pipe_test.go
src/pkg/net/dialgoogle_test.go
src/pkg/net/parse.go
src/pkg/os/file.go
src/pkg/os/os_test.go
src/pkg/strconv/fp_test.go
src/pkg/time/zoneinfo.go