Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4760 | Kartik Agaram | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | 4759 | Kartik Agaram | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | 4737 | Kartik Agaram | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | 4731 | Kartik Agaram | 2018-10-28 | 1 | -4/+4 |
| | |||||
* | 4729 | Kartik Agaram | 2018-10-28 | 1 | -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 Agaram | 2018-10-24 | 1 | -69/+141 |
| | |||||
* | 4713 | Kartik Agaram | 2018-10-21 | 1 | -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. |