Ken Thompson
|
7859ae8a2f
|
removed a:b in range syntax
added another channel test
R=r
OCL=23488
CL=23488
|
2009-01-26 11:34:38 -08:00 |
|
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
|
Russ Cox
|
08ca30bbfa
|
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
2008-12-19 03:05:37 -08:00 |
|
Ken Thompson
|
4026500d18
|
arrays
R=r
OCL=21564
CL=21564
|
2008-12-18 20:06:28 -08:00 |
|
Ken Thompson
|
ae5a475e20
|
range clause must have = or :=
:= illegal in for-increment
R=r
OCL=21204
CL=21204
|
2008-12-15 13:44:27 -08:00 |
|
Ken Thompson
|
26b357ca5b
|
range statement
R=r
OCL=20667
CL=20667
|
2008-12-05 18:24:05 -08:00 |
|