Commit graph

6 commits

Author SHA1 Message Date
Martin Nowak
ebbdf21a7e fix Issue 16580 - spawnShell segfaults on macOS
- partially Revert "Merge pull request #4493 from schveiguy/fixcycles2"
- recreate processinit (and import it from std.process)
  to call std.process shared ctor w/o creating a cycle
- keep it separate from phobosinit to not drag std.encoding
  into any binary using std.process
2016-10-04 23:56:38 +02:00
Steven Schveighoffer
df168487fc Fix cycles in Phobos 2016-06-28 15:00:01 -04:00
Sebastian Wilzbach
ec47ac4224 Remove the WEB macro in favor of HTTP
replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
2016-06-16 00:14:51 +02:00
Dragos Carp
b170d93693 Fix some PHOBOSSRC broken links 2015-04-29 11:02:58 +02:00
Martin Nowak
17e5cc91a7 fix Issue 11112 - Unable to execute shell commands in different threads
- the environPtr initializer was only called for the main thread
2013-11-17 02:29:00 +01:00
jmdavis
6f9e0b98ed Fix circular dependency on Mac OS X. 2011-10-03 21:13:34 -07:00