Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -7/+3 | |
2010-06-18 | complex divide: match C99 implementation | Russ Cox | 1 | -4/+4 | |
R=iant, ken2, r, r2, ken3 CC=golang-dev http://codereview.appspot.com/1686044 | |||||
2010-04-06 | runtime: two proc bug fixes | Russ Cox | 1 | -0/+5 | |
1. Fix bug in GOMAXPROCS when trying to cut number of procs Race could happen on any system but was manifesting only on Xen hosted Linux. 2. Fix recover on ARM, where FP != caller SP. R=r CC=golang-dev http://codereview.appspot.com/880043 | |||||
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -0/+86 | |
R=ken2, r CC=golang-dev http://codereview.appspot.com/871042 Committer: Russ Cox <rsc@golang.org> |