summary refs log tree commit diff stats
path: root/tests/osproc/passenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
|
* Fix passing environment in startProcess (win)Dmitry Polienko2016-07-181-0/+32
Previous implementation used newWideCString, which doesn't handle strings with \0 characters.