Rob Pike
|
6739b8d606
|
string([]int) is now implemented
R=rsc
DELTA=18 (10 added, 2 deleted, 6 changed)
OCL=29909
CL=29909
|
2009-06-04 16:51:47 -07:00 |
|
Russ Cox
|
e2bf22715d
|
make string take []byte only, so have to use *[10]byte to convert
R=r
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=27578
CL=27584
|
2009-04-16 23:07:15 -07:00 |
|
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
|
Rob Pike
|
61a7e44002
|
fix some tests. only 3 remain broken (complit, hilbert, initcomma).
leaving golden.out alone for now.
R=ken
DELTA=13 (0 added, 0 deleted, 13 changed)
OCL=21682
CL=21682
|
2008-12-20 13:38:29 -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 |
|
Rob Pike
|
bc2f5f1dce
|
fix bug depot:
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-08-11 22:07:49 -07:00 |
|
Ken Thompson
|
a77f7b2497
|
remove receclarations from tests
that are supposed to succeed
SVN=124018
|
2008-06-21 15:08:04 -07:00 |
|
Rob Pike
|
ab34d15f69
|
add ken's tests.
update run to work with multiple directories
SVN=121485
|
2008-06-06 14:27:34 -07:00 |
|