Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-26 | Plan 9 currently has no sys.statbuf. | Ori Bernstein | |
2014-10-06 | Split libstd into libstd and libsys. | Ori Bernstein | |
2013-12-16 | Convert main() to effectively return void. | Ori Bernstein | |
Now, if we exit thorugh the end of main, we will ignore the return value, and call exit(0) from the start stub. If you want to exit with a different return value, you need to call std.exit(val) | |||
2013-05-27 | Insert symbols into the right symbol table. | Ori Bernstein | |