1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:44:41 -07:00
go/src/pkg
Russ Cox 832e72beff delete io.ByteBuffer
R=r
DELTA=25  (0 added, 15 deleted, 10 changed)
OCL=30892
CL=30892
2009-06-29 20:53:05 -07:00
..
archive/tar io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
base64 io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
bignum rename Formatter to State and Format to Formatter, for nomenclatural consistency 2009-06-23 15:20:30 -07:00
bufio io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
bytes delete io.ByteBuffer 2009-06-29 20:53:05 -07:00
compress io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
container mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
crypto io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
datafmt io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
debug/macho/testdata last-minute fix: convert to ANSI C 1988-04-01 02:03:04 -05:00
exec Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
exvar io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
flag a couple of cosmetic tweaks. 2009-06-22 14:26:07 -07:00
fmt io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
go io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
gob io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
hash mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
http bug163 bug164 bug166 2009-06-29 17:46:22 -07:00
io delete io.ByteBuffer 2009-06-29 20:53:05 -07:00
json io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
log style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
malloc mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
math style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
net io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
once mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
os io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
path io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
rand mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
reflect fix build 2009-06-25 15:15:44 -07:00
regexp io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
runtime io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
sort mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
strconv Change os.Error convention: 2009-06-25 20:24:55 -07:00
strings io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
sync mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
syscall add os.Hostname 2009-06-29 13:44:46 -07:00
tabwriter io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
template io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
testing mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
time Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
unicode style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
unsafe mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
utf8 io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -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 io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
Makefile Base64 encoder/decoder package. 2009-06-24 11:09:43 -07:00