summary refs log tree commit diff stats
path: root/lib/pure/osproc.nim
Commit message (Expand)AuthorAgeFilesLines
* correct argument name, (#10813)Anthon van der Neut2019-03-181-1/+2
* Revert "Follow the documentation's recommendation (#10808)"narimiran2019-03-101-2/+1
* Follow the documentation's recommendation (#10808)Anthon van der Neut2019-03-081-1/+2
* better docs: osproc (#10708)Miran2019-02-191-66/+159
* osproc: fix minor typoAraq2019-02-141-1/+1
* make travis greenAraq2019-02-061-1/+1
* Remove long deprecated stuff (#10332)Miran2019-01-181-16/+0
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-131-14/+7
* Update osproc.nim (#10043)Timothee Cour2018-12-191-1/+1
* undo last commit (meant to send a PR instead)Timothee Cour2018-12-181-1/+1
* Update osproc.nimTimothee Cour2018-12-181-1/+1
* address commentsTimothee Cour2018-12-041-1/+1
* fixupTimothee Cour2018-12-041-1/+1
* address commentsTimothee Cour2018-12-031-12/+2
* fixupTimothee Cour2018-12-031-1/+1
* fixupTimothee Cour2018-12-031-1/+2
* add osproc.processID()Timothee Cour2018-12-031-0/+10
* Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-261-1/+3
* activated more tests, allow input in test specArne Döring2018-11-231-0/+6
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+0
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-1/+1
* stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-251-1/+1
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-1/+4
* add data.sysCommand when startProcessAuxSpawn raisesTimothee Cour2018-09-061-1/+1
* merged #8624 manually; fixes #8442; closes #8575Araq2018-08-311-2/+4
* execCmdEx stderr redirection (#8162)Timothee Cour2018-07-011-3/+1
* make tests green againAndreas Rumpf2018-05-181-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-19/+14
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-1/+1
* osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-161-6/+14
* Fix compiler stuck on waiting C/CPP backends. (#7472)Eugene Kabanov2018-04-021-1/+7
* make osproc.execProcesses more robustAndreas Rumpf2018-02-251-2/+2
* Better times module (#6552)GULPF2017-12-181-8/+8
* Fixcheatfate2017-12-131-1/+1
* execProcesses optimization.cheatfate2017-12-121-24/+29
* Windows: Fix invalid handle value for `execProcesses`.cheatfate2017-12-121-7/+11
* Remove `-3` as marker of exited process.cheatfate2017-12-111-41/+77
* merged patch #6876 manually, taking care of poDemonAndreas Rumpf2017-12-111-17/+18
* Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into cheatf...Andreas Rumpf2017-12-011-56/+82
|\
| * Explicit array initialization removed.cheatfate2017-11-291-2/+0
| * Fix nimrtl troubles.cheatfate2017-11-281-2/+1
| * Refactored version of execProcesses with test.cheatfate2017-11-281-54/+83
* | osproc improvement: check API consistency in order to prevent bug #6820Araq2017-11-281-0/+8
|/
* Move quoteShell to ospaths (#6794)Fredrik Høisæther Rasch2017-11-241-65/+3
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-1/+1
* Fix path for sh on Android (#6661)Fredrik Høisæther Rasch2017-11-031-1/+3
* osproc.execProcesses: enable poParentStreams for posix; should make travis gr...Andreas Rumpf2017-10-261-1/+1
* osproc on Windows: fix peekExitCode for closed processesAraq2017-10-251-0/+2
* osproc: fixes a memory leak affecting WindowsAraq2017-09-301-7/+7
* fixes #1734, fixes #3138, fixes #3759araq2017-09-011-14/+17