summaryrefslogtreecommitdiff
path: root/test/ken/rob1.go
AgeCommit message (Expand)AuthorFilesLines
2009-12-10make test/ken safe for optional semisRobert Griesemer1-25/+10
2009-01-20delete exportRuss Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-3/+3
2008-08-11fix bug depot:Rob Pike1-2/+2
2008-08-07fix erroneous code in bugs; reported by iant.Rob Pike1-6/+7
2008-07-08test update. some tests now run; no change to outputRob Pike1-1/+1
2008-06-27export sys.exitRob Pike1-2/+1
2008-06-06add ken's tests.Rob Pike1-0/+82