index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
osproc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
`osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...
Timothee Cour
2020-05-13
1
-12
/
+31
*
fix a critical bug in windows.osproc leading to resource leaks and blocking I...
Timothee Cour
2020-05-11
1
-1
/
+5
*
fix #14203 (#14204)
slangmgh
2020-05-03
1
-1
/
+4
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
1
-1
/
+1
*
osproc: added a better version of waitForExit for Haiku (#13938)
alaviss
2020-04-10
1
-0
/
+61
*
Deprecate when declared(echo):echo (#13840)
Juan Carlos
2020-04-02
1
-1
/
+1
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-0
/
+1
*
More fixes for Haiku (#13774)
alaviss
2020-03-27
1
-47
/
+48
*
Fix error check code in osproc (#13090) [backport]
Tomohiro
2020-01-09
1
-1
/
+1
*
osproc: fixes regression
Araq
2019-12-24
1
-1
/
+1
*
ported osproc.nim to ARC
Araq
2019-12-24
1
-1
/
+1
*
osproc needs 'import linux' for -d:useClone
Andreas Rumpf
2019-11-07
1
-0
/
+3
*
remove unused imports
narimiran
2019-11-06
1
-3
/
+0
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-6
/
+4
*
[backport] run nimpretty on os-related stuff
narimiran
2019-09-30
1
-93
/
+81
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-8
/
+8
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
1
-1
/
+1
*
[bugfix] remove dangling ref (#11576)
Jasper Jenkins
2019-06-25
1
-1
/
+1
*
makes koch.nim sem'check with --newruntime
Araq
2019-04-06
1
-4
/
+10
*
see what appveyor thinks about this
Araq
2019-04-01
1
-1
/
+1
*
newruntime: progress
Araq
2019-04-01
1
-4
/
+4
*
correct argument name, (#10813)
Anthon van der Neut
2019-03-18
1
-1
/
+2
*
Revert "Follow the documentation's recommendation (#10808)"
narimiran
2019-03-10
1
-2
/
+1
*
Follow the documentation's recommendation (#10808)
Anthon van der Neut
2019-03-08
1
-1
/
+2
*
better docs: osproc (#10708)
Miran
2019-02-19
1
-66
/
+159
*
osproc: fix minor typo
Araq
2019-02-14
1
-1
/
+1
*
make travis green
Araq
2019-02-06
1
-1
/
+1
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-16
/
+0
*
fixes #10273 execShellCmd now returns nonzero when child killed with signal +...
Timothee Cour
2019-01-13
1
-14
/
+7
*
Update osproc.nim (#10043)
Timothee Cour
2018-12-19
1
-1
/
+1
*
undo last commit (meant to send a PR instead)
Timothee Cour
2018-12-18
1
-1
/
+1
*
Update osproc.nim
Timothee Cour
2018-12-18
1
-1
/
+1
*
address comments
Timothee Cour
2018-12-04
1
-1
/
+1
*
fixup
Timothee Cour
2018-12-04
1
-1
/
+1
*
address comments
Timothee Cour
2018-12-03
1
-12
/
+2
*
fixup
Timothee Cour
2018-12-03
1
-1
/
+1
*
fixup
Timothee Cour
2018-12-03
1
-1
/
+2
*
add osproc.processID()
Timothee Cour
2018-12-03
1
-0
/
+10
*
Add workingDir parameter to execProcess and test (#9549)
Tomohiro
2018-11-26
1
-1
/
+3
*
activated more tests, allow input in test spec
Arne Döring
2018-11-23
1
-0
/
+6
*
Fixes #9671 (#9750)
Randy Smith
2018-11-19
1
-1
/
+0
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-1
/
+1
*
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-1
/
+1
*
Testament pre parallel (#9137)
Jacek Sieka
2018-10-12
1
-1
/
+4
*
add data.sysCommand when startProcessAuxSpawn raises
Timothee Cour
2018-09-06
1
-1
/
+1
*
merged #8624 manually; fixes #8442; closes #8575
Araq
2018-08-31
1
-2
/
+4
*
execCmdEx stderr redirection (#8162)
Timothee Cour
2018-07-01
1
-3
/
+1
*
make tests green again
Andreas Rumpf
2018-05-18
1
-1
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-19
/
+14
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-1
/
+1
[next]