go/src
Alan Donovan 28c515f40f runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.
Because gotraceback is called early and often, its cache commits to the value of getenv("GOTRACEBACK") before getenv is even ready.  So now we reset its cache once getenv becomes ready.  Panicking programs now dump core again.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/97800045
2014-05-02 13:06:58 -04:00
..
cmd cmd/dist: permit go* tag in main branch when it includes "beta" 2014-05-01 12:13:32 -04:00
lib9 lib9: restore argv0 initialization code. 2014-04-21 00:08:39 -04:00
libbio libbio: add casts to eliminate -Wconversion warning 2014-04-14 09:36:47 -07:00
liblink liblink, cmd/ld: reenable nosplit checking and test 2014-04-16 22:08:00 -04:00
pkg runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps. 2014-05-02 13:06:58 -04:00
Make.dist
all.bash
all.bat
all.rc
clean.bash
clean.bat
clean.rc
make.bash make.bash: if CC is not set, and gcc doesn't exist, try clang/clang++. 2014-04-29 00:32:16 -04:00
make.bat cmd/dist: fix windows build. 2013-08-02 14:29:04 -07:00
make.rc lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
race.bash race.bash, race.bat: build a race enabled cmd/cgo before trying to use it 2013-09-29 10:34:41 +10:00
race.bat race.bat: set exit status 2013-12-17 15:09:42 +04:00
run.bash run.bash: skip -static cgo test if -static linking isn't possible. 2014-04-29 14:43:10 -04:00
run.bat run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
run.rc run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
sudo.bash