Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 7 | -558/+0 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 5 | -5/+16 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 3 | -9/+11 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 5 | -28/+220 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 3 | -16/+121 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 7 | -33/+217 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 3 | -0/+64 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 3 | -64/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 4 | -52/+8 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -1/+1 | |
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 | 3 | -2/+32 | |
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-16 | runtime: if os/signal is not in use, crash on | Russ Cox | 1 | -0/+1 | |
most signals, so that ordinary programs can be killed, for example. Fixes issue 434. R=dsymonds1 CC=golang-dev, hoisie http://codereview.appspot.com/180064 | |||||
2009-12-15 | os/signal: new package | David Symonds | 3 | -0/+77 | |
Fixes issue 71. R=rsc, r http://codereview.appspot.com/162056 Committer: Russ Cox <rsc@golang.org> |