[phobos] [D-Programming-Language/phobos] eca3a1: Fix Issue 4483 - foreach over string or wstring, w...
GitHub via phobos
phobos at puremagic.com
Wed Jul 16 04:59:26 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: eca3a10dd232541036c0bbc00cb7a4236d0f2276
https://github.com/D-Programming-Language/phobos/commit/eca3a10dd232541036c0bbc00cb7a4236d0f2276
Author: Lionello Lunesu <lio at lunesu.com>
Date: 2014-01-17 (Fri, 17 Jan 2014)
Changed paths:
M std/process.d
Log Message:
-----------
Fix Issue 4483 - foreach over string or wstring, where element type not specified
std.process does not support Unicode and assume it's iterating over
ASCII.
Commit: e3cdb418ea175ae8c4020973be6587cfd66779cc
https://github.com/D-Programming-Language/phobos/commit/e3cdb418ea175ae8c4020973be6587cfd66779cc
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M std/process.d
Log Message:
-----------
Merge pull request #1873 from lionello/bug4483
Preparation for issue 4483, specifying foreach char iteration type
Compare: https://github.com/D-Programming-Language/phobos/compare/8e9a7fea1f5a...e3cdb418ea17
More information about the phobos
mailing list