May 06, 2012 [phobos] [D-Programming-Language/phobos] 65bd54: std.file: Fix time unittest when temp file exists ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 65bd5412763a7adc780bd9779025adad0248906e https://github.com/D-Programming-Language/phobos/commit/65bd5412763a7adc780bd9779025adad0248906e Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M std/file.d Log Message: ----------- std.file: Fix time unittest when temp file exists before unittest runs Commit: 7901c9d19ebb0cc65367ae4f774c8381b918b939 https://github.com/D-Programming-Language/phobos/commit/7901c9d19ebb0cc65367ae4f774c8381b918b939 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M std/file.d Log Message: ----------- std.file: Use GetFileAttributesEx to query file attributes FindFirstFile and CreateFile may fail in certain circumstances when GetFileAttributesEx would succeed - for example, if the user doesn't have directory listing permissions on the object's containing directory. Commit: 85c062fc70f29b1bbe1b93708300419cd1744e96 https://github.com/D-Programming-Language/phobos/commit/85c062fc70f29b1bbe1b93708300419cd1744e96 Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2012-04-29 (Sun, 29 Apr 2012) Changed paths: M changelog.dd M posix.mak M std/algorithm.d M std/bind.d M std/conv.d M std/cpuid.d M std/datetime.d M std/file.d M std/format.d M std/net/curl.d M std/path.d M std/process.d M std/random.d M std/range.d M std/regex.d M std/stdio.d M std/stream.d M std/string.d M std/traits.d M std/xml.d M win32.mak Log Message: ----------- Merge branch 'master' into std-file-windows-attributes Conflicts: std/file.d Commit: e4a6e1b928f01f963860eece107bc7484cbcb65b https://github.com/D-Programming-Language/phobos/commit/e4a6e1b928f01f963860eece107bc7484cbcb65b Author: Vladimir Panteleev <vladimir@thecybershadow.net> Date: 2012-04-29 (Sun, 29 Apr 2012) Changed paths: M std/file.d Log Message: ----------- std.file: Disable Windows file creation time test Deleting and immediately recreating a file doesn't seem to always reset the file creation time. Commit: cf2edb613a42638b7ff15c6529ed55e83062baba https://github.com/D-Programming-Language/phobos/commit/cf2edb613a42638b7ff15c6529ed55e83062baba Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2012-05-06 (Sun, 06 May 2012) Changed paths: M std/file.d Log Message: ----------- Merge pull request #513 from CyberShadow/std-file-windows-attributes std.file: Use GetFileAttributesEx to query file attributes on Windows Compare: https://github.com/D-Programming-Language/phobos/compare/6e053f3...cf2edb6 |
Copyright © 1999-2021 by the D Language Foundation