go/src/lib
Russ Cox 5e53270a6c attach package comment
R=r
DELTA=1  (0 added, 1 deleted, 0 changed)
OCL=29473
CL=29477
2009-05-27 18:20:26 -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 Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
container/vector make Len() == 0 for nil vector.Vector 2009-05-15 21:59:08 -07:00
crypto typo in hmac comment 2009-05-22 23:30:31 -07:00
exec add directory argument to os.ForkExec 2009-05-15 10:32:05 -07:00
exvar Add exvar.FuncInt for exporting indirect integer variables. 2009-05-24 15:04:43 -07:00
flag move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
fmt implement %#o %#x %#X formats 2009-05-15 15:18:09 -07:00
go move pretty/comment.go into go/doc. 2009-05-22 21:42:16 -07:00
hash I guess I forgot there was a unary ^ operator. 2009-05-21 11:52:20 -07:00
http move ShortWrite error into io so that other packages can use it. 2009-05-18 11:47:35 -07:00
io Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
json change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
log s/NewLogger/New/ 2009-05-15 17:22:30 -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 Add os.Getpid and os.Getppid. 2009-05-25 14:38:38 -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 rewrote initialization to save space. 2009-05-18 12:11:46 -07:00
reflect related reflect bug: make copies of big values 2009-05-21 14:06:43 -07:00
regexp change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
runtime Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -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 Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
syscall getrusage on darwin; untested but builds. 2009-05-27 10:05:23 -07:00
tabwriter Name change to improve embeddability: 2009-05-08 11:22:57 -07:00
template attach package comment 2009-05-27 18:20:26 -07:00
testing simple logging shim reader and writers 2009-05-22 22:40:08 -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
Make.deps add crypto/hmac to makefile 2009-05-23 13:53:36 -07:00
Makefile If Make.deps is not writable (e.g. in Perforce client and not opened for editing), bail out immediately. 2009-05-23 19:39:25 -07:00
deps.bash If Make.deps is not writable (e.g. in Perforce client and not opened for editing), bail out immediately. 2009-05-23 19:39:25 -07:00