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 |
|
Robert Griesemer
|
bef9b1713a
|
- removed uses of vector in favor of array in a few places
- fixed make.bash
R=r
DELTA=21 (1 added, 3 deleted, 17 changed)
OCL=19624
CL=19629
|
2008-11-19 15:16:20 -08:00 |
|
Rob Pike
|
a0b2ccf9f4
|
vector cleanup:
- change Delete to Remove
- return deleted element in Remove
- remove range checking (runtime does this for you)
R=gri
OCL=14714
CL=14714
|
2008-09-02 13:16:43 -07:00 |
|
Robert Griesemer
|
08c4380e48
|
- updated and cleaned up vector.go to use new array instructions
- added initial test cases (needs to be expanded)
R=r
DELTA=135 (84 added, 30 deleted, 21 changed)
OCL=14654
CL=14654
|
2008-08-29 11:10:23 -07:00 |
|