aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug111.go
AgeCommit message (Collapse)Author
2012-02-18test: use testlib (another bunch).Rémy Oudompheng
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
2009-01-20delete exportRuss Cox
TBR=r OCL=23121 CL=23127
2009-01-06new new & makeRuss Cox
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-14update bug listRob Pike
R=ken OCL=17169 CL=17169