Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+3 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -8/+7 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+241 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -241/+0 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -85/+119 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+42 | |
2010-06-18 | test: add missing import for zerodivide | Christopher Wedgwood | 1 | -0/+1 | |
R=rsc CC=golang-dev, r http://codereview.appspot.com/1706043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-18 | complex divide: match C99 implementation | Russ Cox | 1 | -6/+8 | |
R=iant, ken2, r, r2, ken3 CC=golang-dev http://codereview.appspot.com/1686044 | |||||
2010-06-14 | runtime: correct fault for 16-bit divide on Leopard | Russ Cox | 1 | -8/+4 | |
R=r CC=golang-dev http://codereview.appspot.com/1703041 | |||||
2010-06-14 | Add test for division by zero. | Rob Pike | 1 | -0/+168 | |
It fails with 6g. Once 6g is fixed up I will extend the value tests. R=rsc, iant CC=golang-dev http://codereview.appspot.com/1677043 |