Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gracefully handle ExitStatus exception in async main loops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove default exit status prints
- added EXITSTATUS global to enable exit callbacks to determine the status
|
|
|
|
|
|
|
|
returns. we can't rely on that, the status must be signaled through an event to support both sync / async applications.
- consolidate exit functionality
- moved exitRuntime to callMain
|
|
|
|
|
|
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
|
|
call main(), and is necessary to set things up even if you call main() manually
|
|
|
|
|
|
memory initializer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|