[phobos] [D-Programming-Language/phobos] d0c56d: Allow non-immutable input strings in std.process
GitHub
noreply at github.com
Tue Aug 6 15:17:17 PDT 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 at 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 at 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
More information about the phobos
mailing list