Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-11 | Replicate signal names from syscall in os/signal. | David Symonds | 1 | -2/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/183142 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-23 | Use t.Errorf for formatted error output. | Ian Lance Taylor | 1 | -1/+1 | |
R=dsymonds1 CC=golang-dev http://codereview.appspot.com/183049 | |||||
2009-12-15 | os/signal: new package | David Symonds | 1 | -0/+19 | |
Fixes issue 71. R=rsc, r http://codereview.appspot.com/162056 Committer: Russ Cox <rsc@golang.org> |