summaryrefslogtreecommitdiff
path: root/test/ken/ptrfun.go
AgeCommit message (Collapse)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
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-2/+0
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
2009-01-30update go code tree to new func rules.Russ Cox1-2/+2
R=r DELTA=367 (111 added, 59 deleted, 197 changed) OCL=23957 CL=23960
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
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-09-05T{} syntax for constructorsKen Thompson1-1/+1
T(expression) for conversion FUNC keyword no longer a type R=r OCL=14887 CL=14887
2008-08-11fix bug depot:Rob Pike1-4/+4
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-06add ken's tests.Rob Pike1-0/+52
update run to work with multiple directories SVN=121485