Rémy Oudompheng
|
2ece2f58ee
|
test: use testlib (another bunch).
Apply sed with:
1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
|
2012-02-18 22:15:42 +01:00 |
|
Russ Cox
|
6aaef04469
|
misc cleanup: gofmt + &x -> x[0:] conversion
R=gri
CC=golang-dev
https://golang.org/cl/1620042
|
2010-06-08 17:51:57 -07:00 |
|
Russ Cox
|
e2bf22715d
|
make string take []byte only, so have to use *[10]byte to convert
R=r
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=27578
CL=27584
|
2009-04-16 23:07:15 -07:00 |
|
Russ Cox
|
be2edb5761
|
Automated g4 rollback of changelist 25024,
plus significant hand editing.
Back to T{x} for composite literals.
R=r
OCL=25612
CL=25632
|
2009-03-03 08:39:12 -08:00 |
|
Russ Cox
|
9f8f2e6130
|
convert composite literals from { } to ( ).
only non-trivial changes are in
convlit1.go
golden.out
R=gri
OCL=25019
CL=25024
|
2009-02-13 14:48:32 -08:00 |
|
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
|
Rob Pike
|
151c0de8bc
|
update bug list
R=ken
OCL=17169
CL=17169
|
2008-10-14 19:41:05 -07:00 |
|