1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:44:40 -07:00
The Go programming language
Go to file
Russ Cox 052a66babd runtime: fix init scheduling bug.
if there is a goroutine waiting to run
and the init goroutine enters a system call,
entersyscall was trying to kick off a new
scheduler for the other goroutine, causing
a panic (new goroutines can't run until main.main).

R=r
DELTA=32  (32 added, 0 deleted, 0 changed)
OCL=31982
CL=31982
2009-07-21 19:43:27 -07:00
doc - renamed SimpleVarDecl -> ShortVarDecl, in sync with terminology used in prose 2009-07-16 20:31:41 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib/godoc no longer necessary; directory not empty anymore 2009-07-09 16:44:20 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src runtime: fix init scheduling bug. 2009-07-21 19:43:27 -07:00
test runtime: fix init scheduling bug. 2009-07-21 19:43:27 -07:00
usr Implement assignment. Move convertTo. 2009-07-21 15:40:41 -07:00