about summary refs log tree commit diff stats
path: root/subx/056write.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4780Kartik Agaram2018-11-261-1/+0
|
* 4767Kartik Agaram2018-11-241-15/+15
|
* 4760Kartik Agaram2018-11-211-0/+2
|
* 4759Kartik Agaram2018-11-201-1/+1
|
* 4756Kartik Agaram2018-11-191-1/+1
| | | | | Long-standing and long-copied typo has been messing with our exit status on test failures.
* 4747 - subx: 'read' primitiveKartik Agaram2018-11-181-15/+22
|
* 4746Kartik Agaram2018-11-171-17/+17
|
* 4745Kartik Agaram2018-11-171-1/+1
|
* 4743Kartik Agaram2018-11-121-4/+5
|
* 4738Kartik Agaram2018-10-301-2/+2
|
* 4736Kartik Agaram2018-10-291-43/+48
| | | | | | | | | We'll use a common stream data structure for input and output streams. Having separate types makes more sense in a more high-level language, where we have type checking and where functions for handling the different types are more concise. But in machine code the sweet spot is more toward fewer types.
* 4735Kartik Agaram2018-10-281-6/+6
|
* 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