Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-11 | fix bug depot: | Rob Pike | 1 | -1/+1 | |
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-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 | lots of new tests | Rob Pike | 1 | -0/+12 | |
SVN=121464 |