summaryrefslogtreecommitdiff
path: root/test/peano.go
Commit message (Collapse)AuthorAgeFilesLines
* delete exportRuss Cox2009-01-201-1/+1
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
| | | | | | R=r OCL=23012 CL=23014
* new new & makeRuss Cox2009-01-061-1/+1
| | | | | | R=r OCL=22166 CL=22166
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-2/+2
| | | | | | | | fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
* fix bug depot:Rob Pike2008-08-111-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
* add new test - factorial by inc and decRob Pike2008-07-121-0/+131
SVN=126937