1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:44:41 -07:00
go/src/pkg
Rob Pike 2b08372710 add []byte as a special case: it will have a special, efficient encoding.
R=rsc
DELTA=16  (9 added, 1 deleted, 6 changed)
OCL=30846
CL=30846
2009-06-29 11:29:47 -07:00
..
archive/tar changes required if we disallow the implicit * 2009-06-22 13:34:21 -07:00
base64 base64: cut out some middle layers 2009-06-24 15:52:31 -07:00
bignum rename Formatter to State and Format to Formatter, for nomenclatural consistency 2009-06-23 15:20:30 -07:00
bufio Change os.Error convention: 2009-06-25 20:24:55 -07:00
bytes Change strings.Split, bytes.Split to take a maximum substring count argument. 2009-06-24 19:02:29 -07:00
compress Change os.Error convention: 2009-06-25 20:24:55 -07:00
container mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
crypto Change os.Error convention: 2009-06-25 20:24:55 -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 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 mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
flag a couple of cosmetic tweaks. 2009-06-22 14:26:07 -07:00
fmt rename Formatter to State and Format to Formatter, for nomenclatural consistency 2009-06-23 15:20:30 -07:00
go Change strings.Split, bytes.Split to take a maximum substring count argument. 2009-06-24 19:02:29 -07:00
gob add []byte as a special case: it will have a special, efficient encoding. 2009-06-29 11:29:47 -07:00
hash mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
http http Request parsing, plus a convenient accessor. 2009-06-25 21:05:44 -07:00
io Change os.Error convention: 2009-06-25 20:24:55 -07:00
json changes required if we disallow the implicit * 2009-06-22 13:34:21 -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 Change os.Error convention: 2009-06-25 20:24:55 -07:00
once mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
os 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
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 build 2009-06-25 15:15:44 -07:00
regexp Add a ReplaceAll method to Regexp. 2009-06-18 17:55:47 -07:00
runtime Change os.Error convention: 2009-06-25 20:24:55 -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 style police: parens in if, for, switch, range 2009-06-24 20:12:50 -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 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 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 Change os.Error convention: 2009-06-25 20:24:55 -07:00
Makefile Base64 encoder/decoder package. 2009-06-24 11:09:43 -07:00