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
*
installer fixes and improvements
Andreas Rumpf
2016-06-07
1
-3
/
+3
*
Resolve bugs
cheatfate
2016-05-24
1
-2
/
+2
*
Resolve #4200
cheatfate
2016-05-24
1
-12
/
+165
*
Revert raiseOSError change
def
2016-02-06
1
-2
/
+1
*
Fix a few deprecation warnings
def
2016-01-25
1
-2
/
+3
*
Only use execvpe on linux, execvp elsewhere (fixes #3759)
def
2016-01-24
1
-8
/
+7
*
osproc fix for Android
Yuriy Glukhov
2016-01-04
1
-2
/
+2
*
Fix osproc compilation on NetBSD, use workaround for missing execvpe
def
2015-12-23
1
-2
/
+2
*
Fix osproc.close
wt
2015-11-10
1
-3
/
+4
*
Merge pull request #3454 from jlp765/osproc
Andreas Rumpf
2015-10-23
1
-0
/
+14
|
\
|
*
add simple example for execProcess, exeCmd, execCmdEx
JamesP
2015-10-16
1
-0
/
+14
*
|
added poDemon flag for process management
Araq
2015-10-19
1
-4
/
+6
|
/
*
osproc: fixes a long standing buffering bug on Windows
Araq
2015-10-07
1
-1
/
+1
*
add afterRunEvent callback to execProcesses
Aman Gupta
2015-09-30
1
-1
/
+6
*
osproc: free resources properly for the new poInteractive flag
Araq
2015-09-29
1
-0
/
+1
*
added osproc.poInteractive and osproc.hasData; both experimental
Araq
2015-09-29
1
-25
/
+105
*
osproc: Define and select spawn/fork same way
Adam Strzelecki
2015-09-03
1
-38
/
+39
*
Improves osproc.startProcess error message on POSIX. Ref #2183.
Dominik Picheta
2015-08-23
1
-1
/
+2
*
Improves osproc.startProcess error message. Fixes #2183.
Dominik Picheta
2015-08-23
1
-1
/
+8
*
much better error message if an exe cannot be found
Araq
2015-06-29
1
-1
/
+1
*
stdlib: don't use deprecated symbols
Araq
2015-06-04
1
-7
/
+7
*
lib/pure/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-25
/
+27
*
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-1
/
+1
*
Fix osproc documentation
Jochen Van de Velde
2015-05-13
1
-12
/
+12
*
Make peekExitCode on Posix use WIFEXITED to determine exit
def
2015-04-14
1
-7
/
+7
*
Doc fix: TProcessOption -> ProcessOption
yglukhov
2015-04-03
1
-1
/
+1
*
Fix a few more warnings
def
2015-02-17
1
-8
/
+8
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
FreeBSD-specific code
modk
2015-01-29
1
-4
/
+8
*
Set status to something else than 0
modk
2015-01-27
1
-1
/
+1
*
Fixes parallel build on FreeBSD
modk
2015-01-26
1
-1
/
+4
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Uses execve() in osproc on OpenWrt and uClibc-based platforms.
Elie Zedeck
2014-11-16
1
-1
/
+5
*
fixes #1181
Araq
2014-11-13
1
-3
/
+3
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-10
/
+22
|
\
|
*
Fix terminate() and add kill()
Simon Krauter
2014-11-02
1
-7
/
+15
*
|
Merge pull request #1569 from idlewan/prettyCC
Andreas Rumpf
2014-11-03
1
-3
/
+13
|
\
\
|
*
|
Forgot to keep extern pragma for execProcesses
Erwan Ameil
2014-11-02
1
-1
/
+2
|
*
|
Use defaut nil callback for execProcesses
Erwan Ameil
2014-11-02
1
-11
/
+1
|
*
|
Change empty callback into nil
Erwan Ameil
2014-11-02
1
-9
/
+12
|
*
|
Tidy up the prettification of the default verbosity c compilation output
Erwan Ameil
2014-10-13
1
-19
/
+19
|
*
|
Prettify compiler output for verbosity=1
Erwan Ameil
2014-10-12
1
-3
/
+19
*
|
|
patched fdset call in osproc
Erik O'Leary
2014-10-10
1
-1
/
+1
|
/
/
*
|
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-3
/
+3
*
|
Fixes osproc on Windows.
Dominik Picheta
2014-09-06
1
-2
/
+3
*
|
udpated osproc.nim
Araq
2014-08-28
1
-66
/
+66
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
big rename
Araq
2014-08-28
1
-17
/
+17
*
|
big rename
Araq
2014-08-27
1
-10
/
+13
[next]