1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:01:22 -06:00
go/src/lib
Rob Pike 80b5482ab2 fix abstract unix domain sockets
R=rsc
DELTA=5  (3 added, 0 deleted, 2 changed)
OCL=28845
CL=28849
2009-05-14 15:20:30 -07:00
..
bignum directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
bufio throw away os._Error. 2009-05-08 14:40:20 -07:00
container/vector mv container/vector down one level for new rules. 2009-05-05 17:24:01 -07:00
exec directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
exvar directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
flag move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
fmt change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
go Simplified AST: 2009-05-13 15:18:05 -07:00
hash make go/src/lib/hash one directory per package 2009-05-07 17:15:24 -07:00
http Allow http.Redirect to do both temporary (307) and permanent (301) redirects. 2009-05-12 15:41:19 -07:00
io fix Truncate comment: 2009-05-14 13:39:17 -07:00
json change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
log move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
malloc directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
math Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
net fix abstract unix domain sockets 2009-05-14 15:20:30 -07:00
once directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
os Unix domain socket support, Linux and Darwin. 2009-05-13 18:03:41 -07:00
path directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
rand directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
reflect reflect: update comment (there is no BoolType) 2009-05-13 18:03:49 -07:00
regexp change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
runtime no need for compiler to hard-code definition of runtime. 2009-05-12 16:15:52 -07:00
sort directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
strconv change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
strings change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
sync Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
syscall fix abstract unix domain sockets 2009-05-14 15:20:30 -07:00
tabwriter Name change to improve embeddability: 2009-05-08 11:22:57 -07:00
template fix indentation 2009-05-13 10:34:11 -07:00
testing move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
time implications of stricter type equality: 2009-05-08 15:40:14 -07:00
unicode Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
unsafe Package unsafe is undocumented. By installing (but not compiling) this file, 2009-05-08 16:24:55 -07:00
utf8 change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
xml directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
Makefile no need for compiler to hard-code definition of runtime. 2009-05-12 16:15:52 -07:00