summaryrefslogtreecommitdiff
path: root/test/ken/robfunc.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-48/+48
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-08-11fix bug depot:Rob Pike1-2/+2
2008-08-07fix erroneous code in bugs; reported by iant.Rob Pike1-1/+1
2008-07-07test cleanupRob Pike1-2/+2
2008-06-11add bug045: bad nil assigning into arrayRob Pike1-12/+10
2008-06-06add ken's tests.Rob Pike1-0/+96