1
0
mirror of https://github.com/golang/go synced 2024-11-25 21:47:59 -07:00
The Go programming language
Go to file
Russ Cox 7729c3f955 fix gc bug causing make smoketest to die in cmd/gofmt.
saving of sp was too far away from use in scanstack;
the stack had changed since the sp was saved.

R=r
DELTA=9  (4 added, 2 deleted, 3 changed)
OCL=32232
CL=32237
2009-07-27 14:16:28 -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 fix gc bug causing make smoketest to die in cmd/gofmt. 2009-07-27 14:16:28 -07:00
test do not echo command in errchk, 2009-07-21 19:45:06 -07:00
usr Implement single-valued, non-variadic function literals and 2009-07-27 13:01:23 -07:00