Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-06 | new new & make | Russ Cox | 1 | -1/+1 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-10-29 | types | Ken Thompson | 1 | -8/+8 | |
R=r OCL=18034 CL=18034 | |||||
2008-08-11 | fix bug depot: | Rob Pike | 1 | -3/+3 | |
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-21 | remove receclarations from tests | Ken Thompson | 1 | -9/+9 | |
that are supposed to succeed SVN=124018 | |||||
2008-06-06 | add ken's tests. | Rob Pike | 1 | -0/+49 | |
update run to work with multiple directories SVN=121485 |