]> Cypherpunks repositories - gostls13.git/commit
write stack traces and panics to stderr
authorRob Pike <r@golang.org>
Wed, 14 Oct 2009 05:48:03 +0000 (22:48 -0700)
committerRob Pike <r@golang.org>
Wed, 14 Oct 2009 05:48:03 +0000 (22:48 -0700)
commitf6d67c9e95f61d17b62faaf1fc4c11fd1eba17e4
treed916e40185b8ab30a2cdd3457cdc82570e8e6995
parentbf983a0df21fd3408a0a07014fe5852aef28785f
write stack traces and panics to stderr

R=rsc
DELTA=31  (5 added, 3 deleted, 23 changed)
OCL=35700
CL=35700
src/pkg/runtime/print.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
test/ken/complit.go
test/run