about summary refs log tree commit diff stats
path: root/subx/056write.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4719 - testable interface wrapping around exit()Kartik Agaram2018-10-241-2/+2
|
* 4711Kartik Agaram2018-10-171-80/+27
| | | | | | | Extract a helper for appending strings to raw buffers. I'd been resisting this idea, but it actually turns out to be a pretty clean abstraction in the end.
* 4710Kartik Agaram2018-10-171-1/+1
| | | | | Start using write() instead of _write().. and we promptly find a typo when dealing with real file descriptors.
* 4708Kartik Agaram2018-10-171-2/+2
|
* 4707 - subx: dependency-injected write() primitiveKartik Agaram2018-10-161-0/+251