Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+43 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -43/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -4/+3 | |
2010-06-08 | fix build: invalid character literals | Russ Cox | 1 | -6/+6 | |
R=r CC=golang-dev http://codereview.appspot.com/1631041 | |||||
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -32/+32 | |
R=rsc OCL=33382 CL=33391 | |||||
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -2/+4 | |
R=r OCL=28569 CL=28573 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -2/+2 | |
R=r OCL=22978 CL=22984 | |||||
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-06-27 | export sys.exit | Rob Pike | 1 | -3/+3 | |
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173 | |||||
2008-06-08 | Fix a few tests | Rob Pike | 1 | -25/+32 | |
SVN=121614 | |||||
2008-05-08 | - changed literal syntax to use the convert notation | Robert Griesemer | 1 | -2/+3 | |
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167 | |||||
2008-03-26 | - Make Coco/R-based parser work w/ UTF-8 encoded files even if there is | Robert Griesemer | 1 | -3/+2 | |
no (optional) UTF-8 marker present. SVN=113931 | |||||
2008-03-26 | - new directory structure | Robert Griesemer | 1 | -0/+35 | |
SVN=113851 |