Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | execute_process: Add ENCODING option for Windows child process output | Dāvis Mosāns | 2016-11-30 | 7 | -0/+21 |
| | | | | Different applications can use different output encodings. | ||||
* | execute_process: Improve stdout/stderr merging | Brad King | 2015-05-07 | 7 | -0/+55 |
Use the KWSys Process "MergeOutput" option to give the child process the same pipe (or file) for both stdout and stderr. This allows natural merging of stdout and stderr together instead of merging on arbitrary buffered read boundaries as before. |