summaryrefslogtreecommitdiff
path: root/test/ken/ptrfun.go
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+44
2011-09-13Imported Upstream version 60Ondřej Surý1-44/+0
2009-12-10make test/ken safe for optional semisRobert Griesemer1-10/+4
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-2/+0
2009-01-30update go code tree to new func rules.Russ Cox1-2/+2
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-09-05T{} syntax for constructorsKen Thompson1-1/+1
2008-08-11fix bug depot:Rob Pike1-4/+4
2008-06-06add ken's tests.Rob Pike1-0/+52