Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+189 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -189/+0 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -0/+7 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -13/+46 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -5/+4 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -0/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -59/+59 | |
2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor | 1 | -1/+3 | |
Fixes issue 776. R=rsc CC=golang-dev http://codereview.appspot.com/1745041 | |||||
2010-05-19 | runtime: avoid allocation for fixed strings | Russ Cox | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/1083041 | |||||
2010-04-13 | runtime: better trace for fault due to nil pointer call | Russ Cox | 1 | -1/+5 | |
R=r CC=golang-dev http://codereview.appspot.com/854048 | |||||
2010-04-08 | runtime: turn divide by zero, nil dereference into panics | Russ Cox | 1 | -8/+24 | |
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 | |||||
2010-04-05 | runtime: various arm fixes | Russ Cox | 1 | -72/+87 | |
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev http://codereview.appspot.com/884041 | |||||
2009-12-15 | os/signal: new package | David Symonds | 1 | -0/+8 | |
Fixes issue 71. R=rsc, r http://codereview.appspot.com/162056 Committer: Russ Cox <rsc@golang.org> | |||||
2009-06-10 | Adding a batch of missing system calls. | Kai Backman | 1 | -0/+100 | |
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+4 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |