aboutsummaryrefslogtreecommitdiff
path: root/test/ken/ptrfun.go
AgeCommit message (Expand)Author
2012-02-24test: document ken/*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-09-05T{} syntax for constructorsKen Thompson
2008-08-11fix bug depot:Rob Pike
2008-06-06add ken's tests.Rob Pike