[phobos] [D-Programming-Language/phobos] 53f540: fix Issue 13445 - std.process fails to create proc...
GitHub via phobos
phobos at puremagic.com
Tue Sep 9 08:26:14 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 53f5405a516755f12f762882abd38fac6b60ad95
https://github.com/D-Programming-Language/phobos/commit/53f5405a516755f12f762882abd38fac6b60ad95
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2014-09-09 (Tue, 09 Sep 2014)
Changed paths:
M std/process.d
Log Message:
-----------
fix Issue 13445 - std.process fails to create process with empty (non-null) working directory
Commit: 462163a5b0b29d112558d4b2d612bdfc9b183208
https://github.com/D-Programming-Language/phobos/commit/462163a5b0b29d112558d4b2d612bdfc9b183208
Author: Ketmar Dark <ketmar at ketmar.no-ip.org>
Date: 2014-09-09 (Tue, 09 Sep 2014)
Changed paths:
M std/process.d
Log Message:
-----------
std.process: Fix using 0 as invalid FD value, use -1 instead
Commit: d479da3392e9d8b8194c5b6078bcadc4ea4e889d
https://github.com/D-Programming-Language/phobos/commit/d479da3392e9d8b8194c5b6078bcadc4ea4e889d
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-09-09 (Tue, 09 Sep 2014)
Changed paths:
M std/process.d
Log Message:
-----------
Merge pull request #2502 from CyberShadow/pull-20140909-140509
fix Issue 13445 - std.process fails to create process with empty (non-null) working directory
Compare: https://github.com/D-Programming-Language/phobos/compare/8b53ef91d691...d479da3392e9
More information about the phobos
mailing list