[phobos] [D-Programming-Language/phobos] 82c506: fix issue 11434
GitHub via phobos
phobos at puremagic.com
Sat Dec 6 14:24:58 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 82c506c95d4fe313cd5bc9e9c1b4d4f56bbe5956
https://github.com/D-Programming-Language/phobos/commit/82c506c95d4fe313cd5bc9e9c1b4d4f56bbe5956
Author: Timothee Cour <timothee.cour2 at gmail.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M std/file.d
Log Message:
-----------
fix issue 11434
Commit: 25babfc37d7be30a6c9e4149dc54070b9d03f3e5
https://github.com/D-Programming-Language/phobos/commit/25babfc37d7be30a6c9e4149dc54070b9d03f3e5
Author: Timothee Cour <timothee.cour2 at gmail.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M std/file.d
Log Message:
-----------
added version(Posix) to unittest
Commit: eaf99c607fc406caa3006d3d25a686ee802f20e2
https://github.com/D-Programming-Language/phobos/commit/eaf99c607fc406caa3006d3d25a686ee802f20e2
Author: Ulrich Küttler <ulrich.kuettler at theppro.com>
Date: 2014-12-06 (Sat, 06 Dec 2014)
Changed paths:
M std/file.d
Log Message:
-----------
Add PreserveAttributes flag to copy function to preserve file attributes (issue 11434) and current behavior (not at the same time)
Avoid compiler errors from new versions
rename flag
add documentation and spaces
Commit: a78690e75ece44e113591f596f2d5be2bf0b4784
https://github.com/D-Programming-Language/phobos/commit/a78690e75ece44e113591f596f2d5be2bf0b4784
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-12-06 (Sat, 06 Dec 2014)
Changed paths:
M std/file.d
Log Message:
-----------
Merge pull request #2784 from kuettler/issue_11434
Issue 11434: std.file.copy doesn't preserve file attributes (eg: executable mode etc)
Compare: https://github.com/D-Programming-Language/phobos/compare/67605b53dc30...a78690e75ece
More information about the phobos
mailing list