Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -27/+27 | |
2010-02-25 | gc: implement []int(string) and []byte(string) | Russ Cox | 1 | -0/+30 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/224060 | |||||
2009-12-09 | - gofmt these files | Robert Griesemer | 1 | -26/+26 | |
- remove use of implicit string concatenation - these appear to be the only files correctly compiling under test that used implicit string concatenation R=rsc http://codereview.appspot.com/172043 | |||||
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -5/+5 | |
R=rsc OCL=33382 CL=33391 | |||||
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+3 | |
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-07-07 | update to Unicode 5 | Rob Pike | 1 | -0/+9 | |
SVN=126184 | |||||
2008-06-27 | export sys.exit | Rob Pike | 1 | -2/+2 | |
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173 | |||||
2008-06-08 | fix string_lit test to be more thorough | Rob Pike | 1 | -21/+70 | |
SVN=121623 | |||||
2008-06-06 | fix erroneous test | Rob Pike | 1 | -1/+1 | |
SVN=121554 | |||||
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 | -4/+4 | |
no (optional) UTF-8 marker present. SVN=113931 | |||||
2008-03-26 | - new directory structure | Robert Griesemer | 1 | -0/+29 | |
SVN=113851 |