summaryrefslogtreecommitdiff
path: root/test/ken/robfunc.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+94
2011-09-13Imported Upstream version 60Ondřej Surý1-94/+0
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
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-08-11fix bug depot:Rob Pike1-2/+2
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-08-07fix erroneous code in bugs; reported by iant.Rob Pike1-1/+1
also rob1.go runs, so fix its status. R=gri,iant OCL=13957 CL=13957
2008-07-07test cleanupRob Pike1-2/+2
SVN=126120
2008-06-11add bug045: bad nil assigning into arrayRob Pike1-12/+10
update robfunc.go (BUG comment deleted) SVN=122143
2008-06-06add ken's tests.Rob Pike1-0/+96
update run to work with multiple directories SVN=121485