Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -3/+5 | |
R=r OCL=28569 CL=28573 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -3/+3 | |
R=r OCL=22978 CL=22984 | |||||
2008-08-11 | fix bug depot: | Rob Pike | 1 | -3/+3 | |
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-24 | arguments available | Rob Pike | 1 | -0/+19 | |
argc, argv, envc, envv all in sys now sys.argc() etc. SVN=124398 |