1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:34:40 -07:00
go/src/pkg
Russ Cox 64684cc2a2 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
2009-06-22 13:26:13 -07:00
..
archive/tar introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
bignum mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
bufio introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
bytes mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
compress introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
container mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
crypto introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
datafmt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
debug/macho/testdata last-minute fix: convert to ANSI C 1988-04-01 02:03:04 -05:00
exec introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
exvar mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
flag mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
fmt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
go `` strings may span multiple lines 2009-06-18 17:04:39 -07:00
hash mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
http introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
io introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
json mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
log mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
malloc mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
math mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
net introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
once mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
os introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
path mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
rand mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
reflect Fix a proto encoding crasher whereby a nil in a repeated group field would crash the server. 2009-06-15 18:35:04 -07:00
regexp Add a ReplaceAll method to Regexp. 2009-06-18 17:55:47 -07:00
runtime make pkg/runtime/Makefile behave like the others: 2009-06-18 13:33:28 -07:00
sort mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
strconv introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
strings Basic HTTP client. 2009-06-09 10:58:58 -07:00
sync mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
syscall add Addr() string to net.Listener interface. 2009-06-17 21:44:26 -07:00
tabwriter 1) Fix a problem with tabwriter.Flush: any pending text not yet 2009-06-18 17:06:08 -07:00
template mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
testing mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
time introduce os.EOF and io.ErrUnexpectedEOF. 2009-06-22 13:26:13 -07:00
unicode mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
unsafe mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
utf8 mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
xml mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
deps.bash bring over deps.bash 2009-06-09 10:47:13 -07:00
Make.deps Add form body parsing to http.Request. 2009-06-19 18:02:15 -07:00
Makefile add Addr() string to net.Listener interface. 2009-06-17 21:44:26 -07:00