Rob Pike
|
eb37b5b744
|
test: document ken/*.go
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5694065
|
2012-02-24 16:24:24 +11:00 |
|
Brad Fitzpatrick
|
e014cf0e54
|
test: add cmpout to testlib
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5699060
|
2012-02-24 13:17:26 +11:00 |
|
Ian Lance Taylor
|
5e77b009d0
|
test: split golden.out into expected output per test
This will permit gccgo to check test output.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5554056
|
2012-01-18 16:12:24 -08:00 |
|
Russ Cox
|
f2b5a07453
|
delete float, complex - code changes
also:
cmplx -> complex
float64(1.0) -> 1.0
float64(1) -> 1.0
R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
|
2011-01-19 23:09:00 -05:00 |
|
Ken Thompson
|
f229c8b546
|
identical complex implementation
for 6g and 8g. can also be used
for 5g. 5g is still a stub.
R=rsc
CC=golang-dev
https://golang.org/cl/362041
|
2010-03-09 12:49:24 -08:00 |
|
Ken Thompson
|
426099f42e
|
6g complex type usable
8g and 5g have stubs to ignore complex
R=rsc
CC=golang-dev
https://golang.org/cl/257042
|
2010-03-05 20:16:04 -08:00 |
|
Russ Cox
|
486d9eb48e
|
test: fix 386 build (missing complex)
R=ken2
CC=golang-dev
https://golang.org/cl/223106
|
2010-03-02 18:53:25 -08:00 |
|
Ken Thompson
|
7d4b1e4c0d
|
more on type complex.
getting close.
R=rsc
CC=golang-dev
https://golang.org/cl/224105
|
2010-03-02 18:32:11 -08:00 |
|