summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/defs1.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox1-1/+0
tested on linux/amd64, linux/386, linux/arm, darwin/amd64, darwin/386. freebsd untested; will finish in a separate CL. for now all the panics are errorStrings. richer structures can be added as necessary once the mechanism is shaked out. R=r CC=golang-dev http://codereview.appspot.com/906041
2009-06-09mv src/lib to src/pkgRob Pike1-0/+25
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102