Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spawn: Add some docs | Tavian Barnes | 2018-09-19 | 1 | -8/+11 |
| | |||||
* | spawn: Implement execvpe() on platforms that lack it | Tavian Barnes | 2018-09-19 | 1 | -1/+11 |
| | | | | | | Credit to https://github.com/nim-lang/Nim/issues/3138 for the idea to just overwrite environ and call execvp() instead of duplicating the path searching logic. | ||||
* | spawn: New posix_spawn()-like API for exec | Tavian Barnes | 2018-09-18 | 1 | -0/+158 |