[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull ---

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 Ketmar Dark ket...@ketmar.no-ip.org changed: What|Removed |Added CC||ket...@ketmar.no-ip.org

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com --- Care to turn that into a pull request, or can I add that as a commit for you? --

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 --- Comment #4 from Ketmar Dark ket...@ketmar.no-ip.org --- just merge this with yours: i missed windows fix anyway. --

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com --- OK, I added your patch to my pull as a separate commit, and credited you as the commit author: https://github.com/CyberShadow/phobos/commit/462163a5b0b29d112558d4b2d612bdfc9b183208

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 --- Comment #6 from Ketmar Dark ket...@ketmar.no-ip.org --- thank you. i don't care about credits, though: it's ok to use my patches fully or partially without crediting me. --

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13445 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13445] std.process fails to create process with empty (non-null) working directory

2014-09-09 Thread via Digitalmars-d-bugs
- std.process fails to create process with empty (non-null) working directory https://github.com/D-Programming-Language/phobos/commit/d479da3392e9d8b8194c5b6078bcadc4ea4e889d Merge pull request #2502 from CyberShadow/pull-20140909-140509 fix Issue 13445 - std.process fails to create process with empty