Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-01 | Correct the regexp for finding unix signal names. | Vinu Rajashekhar | 1 | -1/+1 | |
For example, earlier, the regexp would accept SIGQUEUE_MAX as a unix signal with name SIGQUEUE. Now it is ignored. R=iant CC=golang-dev, golang-nuts, joel.sherrill http://codereview.appspot.com/1452041 Committer: Ian Lance Taylor <iant@golang.org> | |||||
2010-01-11 | Replicate signal names from syscall in os/signal. | David Symonds | 1 | -0/+24 | |
R=rsc CC=golang-dev http://codereview.appspot.com/183142 Committer: Russ Cox <rsc@golang.org> |