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 |
|
Russ Cox
|
d2cc988429
|
test: use testlib (fourth 100)
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673079
|
2012-02-16 23:50:37 -05:00 |
|
Russ Cox
|
ad7dea1e96
|
gc: handle complex CONVNOP
Fixes #2256.
R=ken2
CC=golang-dev
https://golang.org/cl/5044047
|
2011-09-19 11:50:53 -04: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 |
|
Rob Pike
|
325cf8ef21
|
delete all uses of panicln by rewriting them using panic or,
in the tests, println+panic.
gofmt some tests too.
R=rsc
CC=golang-dev
https://golang.org/cl/741041
|
2010-03-24 16:46:53 -07: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 |
|
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 |
|