Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-26 | removed a:b in range syntax | Ken Thompson | 1 | -4/+4 | |
added another channel test R=r OCL=23488 CL=23488 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 | |
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-12-18 | arrays | Ken Thompson | 1 | -1/+1 | |
R=r OCL=21564 CL=21564 | |||||
2008-12-15 | range clause must have = or := | Ken Thompson | 1 | -6/+6 | |
:= illegal in for-increment R=r OCL=21204 CL=21204 | |||||
2008-12-05 | range statement | Ken Thompson | 1 | -0/+113 | |
R=r OCL=20667 CL=20667 |