- 18 Mar, 2009 1 commit
-
-
Rob Pike authored
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
-
- 11 Sep, 2008 1 commit
-
-
Rob Pike authored
R=gri OCL=15115 CL=15115
-
- 12 Aug, 2008 1 commit
-
-
Rob Pike authored
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
-
- 27 Jun, 2008 1 commit
-
-
Rob Pike authored
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
-
- 06 Jun, 2008 1 commit
-
-
Rob Pike authored
SVN=121464
-
- 09 May, 2008 1 commit
-
-
Robert Griesemer authored
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
-
- 26 Mar, 2008 1 commit
-
-
Robert Griesemer authored
SVN=113851
-
- 19 Mar, 2008 1 commit
-
-
Robert Griesemer authored
Semicolons are terminators for statements as in C, but if followed by a "}" they are not required. This is easy to understand and produces the desired result for statements. - Updated todo.txt. SVN=113198
-