Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+42 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -42/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -10/+10 | |
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -1/+1 | |
R=rsc OCL=33382 CL=33391 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -3/+3 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -3/+3 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -2/+2 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-10-07 | update code to follow new semicolon rules: | Russ Cox | 1 | -1/+1 | |
* 1. all statements and declarations are terminated by semicolons * 2. semicolons can be omitted at top level. * 3. semicolons can be omitted before and after the closing ) or } * on a list of statements or declarations. /home/rsc/bin/addsemi and then diff+tweak. R=r,gri OCL=16620 CL=16643 | |||||
2008-09-16 | update tests to new communications syntax | Rob Pike | 1 | -4/+4 | |
powser1.go has not been tested - waiting for compiler to catch up R=ken OCL=15415 CL=15415 | |||||
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-07-15 | channel tests with new syntax | Rob Pike | 1 | -20/+20 | |
SVN=127436 | |||||
2008-07-12 | fix a couple of minor errors | Rob Pike | 1 | -3/+3 | |
SVN=126938 | |||||
2008-06-27 | add a test | Rob Pike | 1 | -5/+5 | |
fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130 | |||||
2008-06-06 | lots of new tests | Rob Pike | 1 | -4/+4 | |
SVN=121464 | |||||
2008-05-01 | - fixed a test | Robert Griesemer | 1 | -1/+1 | |
- added extra basic type aliases - added select statement SVN=117448 | |||||
2008-03-26 | - new directory structure | Robert Griesemer | 1 | -0/+42 | |
SVN=113851 |