Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -28/+33 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+67 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -67/+0 | |
2009-12-10 | make test/ken safe for optional semis | Robert Griesemer | 1 | -25/+10 | |
R=rsc, ken2, ken3 http://codereview.appspot.com/174042 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -4/+4 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -4/+4 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -3/+3 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -3/+3 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-08-11 | fix bug depot: | Rob Pike | 1 | -2/+2 | |
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-07 | fix erroneous code in bugs; reported by iant. | Rob Pike | 1 | -6/+7 | |
also rob1.go runs, so fix its status. R=gri,iant OCL=13957 CL=13957 | |||||
2008-07-08 | test update. some tests now run; no change to output | Rob Pike | 1 | -1/+1 | |
SVN=126328 | |||||
2008-06-27 | export sys.exit | Rob Pike | 1 | -2/+1 | |
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173 | |||||
2008-06-06 | add ken's tests. | Rob Pike | 1 | -0/+82 | |
update run to work with multiple directories SVN=121485 |