| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-20 | runtime: rename cgo2c, *.cgo to goc2c, *.goc | Russ Cox | |
| to avoid confusion with real cgo R=r CC=golang-dev https://golang.org/cl/904046 | |||
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | |
| (eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev https://golang.org/cl/194072 | |||
| 2009-12-16 | runtime: if os/signal is not in use, crash on | Russ Cox | |
| most signals, so that ordinary programs can be killed, for example. Fixes #434. R=dsymonds1 CC=golang-dev, hoisie https://golang.org/cl/180064 | |||
| 2009-12-15 | os/signal: new package | David Symonds | |
| Fixes #71. R=rsc, r https://golang.org/cl/162056 | |||
