April 18, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: f07abda274275b7b629e6aebfcd309449707d80e
      https://github.com/D-Programming-Language/phobos/commit/f07abda274275b7b629e6aebfcd309449707d80e
  Author: monarch dodra <monarchdodra@gmail.com>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  Fix Issue 11308 - Don't use Voldemort types for std.process output

So that the return type of `execute` and `executeShell` are compatible.


  Commit: 9579b42cc5058e7071c8af88d97a78fbb8f4546f
      https://github.com/D-Programming-Language/phobos/commit/9579b42cc5058e7071c8af88d97a78fbb8f4546f
  Author: Lars T. Kyllingstad <git@kyllingen.net>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  Merge pull request #2085 from monarchdodra/processRet

Fix Issue 11308 - Don't use Voldemort types for std.process output


Compare: https://github.com/D-Programming-Language/phobos/compare/30f61bda02bf...9579b42cc505