summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug099.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20delete exportRuss Cox1-4/+4
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
R=r OCL=23012 CL=23014
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-14update bug listRob Pike1-0/+37
R=ken OCL=17169 CL=17169