1
0
mirror of https://github.com/golang/go synced 2024-10-03 10:31:21 -06:00
go/src/pkg
Russ Cox 8c357ce269 fix another gc bug, one that i have only imagined,
not observed: do not use malloc to allocate stacks
during garbage collection, because it would make the
malloc data structures change underfoot.

R=r
DELTA=6  (3 added, 0 deleted, 3 changed)
OCL=30323
CL=30326
2009-06-15 21:31:56 -07:00
..
archive/tar Add support for the basic extension done by Schilling's star. 2009-06-10 21:32:36 -07:00
bignum mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
bufio mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
bytes mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
compress mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
container mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
crypto mv src/lib to src/pkg 2009-06-09 09:53:44 -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 mv src/lib to src/pkg 2009-06-09 09:53:44 -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 gofmt (final resting place TBD): 2009-06-15 16:23:16 -07:00
hash mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
http Switch http client_test to use google.com/robots.txt to avoid redirect loop. 2009-06-11 15:55:03 -07:00
io mv src/lib to src/pkg 2009-06-09 09:53:44 -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 mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
once mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
os mv src/lib to src/pkg 2009-06-09 09:53:44 -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 mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
runtime fix another gc bug, one that i have only imagined, 2009-06-15 21:31:56 -07:00
sort mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
strconv mv src/lib to src/pkg 2009-06-09 09:53:44 -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 mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
tabwriter mv src/lib to src/pkg 2009-06-09 09:53:44 -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 mv src/lib to src/pkg 2009-06-09 09:53:44 -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 gofmt (final resting place TBD): 2009-06-15 16:23:16 -07:00
Makefile gofmt (final resting place TBD): 2009-06-15 16:23:16 -07:00