August 06, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: d0c56dfe382b1514e8425abc3e0c0f74a797c8ea
      https://github.com/D-Programming-Language/phobos/commit/d0c56dfe382b1514e8425abc3e0c0f74a797c8ea
  Author: Lars T. Kyllingstad <git@kyllingen.net>
  Date:   2013-08-04 (Sun, 04 Aug 2013)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  Allow non-immutable input strings in std.process

`string` has been replaced by `in char[]` or similar where possible.


  Commit: 8df771ca539969699ae9797d270e16dd74c195de
      https://github.com/D-Programming-Language/phobos/commit/8df771ca539969699ae9797d270e16dd74c195de
  Author: Jonathan M Davis <jmdavisProg@gmx.com>
  Date:   2013-08-06 (Tue, 06 Aug 2013)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  Merge pull request #1451 from kyllingstad/std-process-all-strings

Allow non-immutable input strings in std.process


Compare: https://github.com/D-Programming-Language/phobos/compare/d19dcfa7ef95...8df771ca5399