about summary refs log tree commit diff stats
path: root/subx/057stop.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4760Kartik Agaram2018-11-211-0/+2
|
* 4759Kartik Agaram2018-11-201-2/+2
|
* 4737Kartik Agaram2018-10-301-1/+1
|
* 4731Kartik Agaram2018-10-281-4/+4
|
* 4729Kartik Agaram2018-10-281-2/+2
| | | | | | Start injecting all dependencies in the Crenshaw compiler app. In the process I realized the non-fake code path of 'stop' had a bug.
* 4719 - testable interface wrapping around exit()Kartik Agaram2018-10-241-69/+141
|
* 4713Kartik Agaram2018-10-211-0/+129
Initial sketch of a dependency-injected wrapper around the exit() syscall. I don't have the primitives yet, just a sketch of how they should work -- and a passing test for non-local jumps without support for passing the exit status to the caller.