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
*
should compile on netbsd
Araq
2014-01-23
1
-4
/
+4
*
Corrected prunesocketset and pruneprocessset
Erik O'Leary
2014-01-19
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency for linux
Araq
2013-12-29
1
-27
/
+27
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-26
/
+26
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-42
/
+42
*
case consistency part 2
Araq
2013-12-27
1
-20
/
+20
*
case consistency part 1
Araq
2013-12-27
1
-8
/
+8
*
Use quoteShell in stdlib, where appropriate.
Michał Zieliński
2013-12-11
1
-4
/
+4
*
add quoteShell to osproc.nim
Michał Zieliński
2013-12-10
1
-2
/
+63
*
Fixes execProcesses wait order. Refs #379.
Grzegorz Adam Hankiewicz
2013-10-27
1
-1
/
+1
*
Exposed process file handles in osproc module.
Reimer Behrends
2013-10-12
1
-34
/
+58
*
Fixed OSError deprecation warnings.
Dominik Picheta
2013-06-26
1
-17
/
+17
*
Deprecated OSError, and modified it to require an explicit OS error code.
Dominik Picheta
2013-06-25
1
-2
/
+3
*
GC'ed wide strings for windows
Araq
2013-05-20
1
-9
/
+6
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Fixed osproc.execCmdEx; tester should now succeed.
Dominik Picheta
2013-01-28
1
-16
/
+15
*
Fixes #317
Dominik Picheta
2013-01-27
1
-12
/
+29
*
fixes #293
Araq
2013-01-08
1
-4
/
+4
*
annotated effects of modules: os, sockets, times
Araq
2012-11-18
1
-3
/
+4
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-16
/
+19
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-0
/
+3
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
1
-1
/
+1
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-13
/
+13
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
1
-2
/
+3
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
1
-4
/
+21
*
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-7
/
+0
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
Documentation comments + slight code modifications to zipfiles.nim.
Amrykid
2011-12-27
1
-5
/
+3
*
Allowed waitForExit to have a specified timeout. (osproc.nim)
Amrykid
2011-12-27
1
-2
/
+5
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-8
/
+15
*
Fixed test suite on windows
Dominik Picheta
2011-11-19
1
-1
/
+1
*
bugfix: fixed memory leaks in osproc module
Araq
2011-11-18
1
-16
/
+18
*
new osproc implementation may work with mac os x
Araq
2011-11-18
1
-5
/
+0
*
tester compiles in taint mode again
Araq
2011-11-18
1
-1
/
+1
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
1
-40
/
+120
*
better streams implemenation; fixes #63
Araq
2011-11-12
1
-9
/
+9
*
bugfixes for the testsuite
Araq
2011-11-08
1
-1
/
+1
*
bugfixes for the tester; the tester now supports running of single tests
Araq
2011-11-08
1
-7
/
+5
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-12
/
+39
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-5
/
+5
*
Fixed osproc.terminate for posix and improved some other osproc posix functions.
dom96
2011-08-03
1
-10
/
+19
*
doc improvements; added lazarus example
Araq
2011-07-24
1
-3
/
+3
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-12
/
+0
*
preparations for 0.8.12
Araq
2011-07-10
1
-4
/
+6
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-1
/
+21
*
implemented write access to s[i] for macros
Araq
2011-06-21
1
-2
/
+2
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
1
-5
/
+7
*
bugfix second attempt: osproc
Araq
2011-05-22
1
-0
/
+1
[next]