Bug 15377 – std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P5
Component
phobos
Product
D
Version
D2
Platform
All
OS
Windows
Creation time
2015-11-24T14:37:00Z
Last change time
2016-03-19T20:22:01Z
Keywords
pull
Assigned to
nobody
Creator
dlang-bugzilla

Comments

Comment #0 by dlang-bugzilla — 2015-11-24T14:37:45Z
Currently it's not possible to seek to 64-bit offsets on Windows, even when targeting the MS C runtime which has 64-bit seek/tell functions.
Comment #1 by dlang-bugzilla — 2016-03-07T13:24:06Z
Comment #2 by github-bugzilla — 2016-03-07T14:21:54Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7af97f8ccc3990f588fc0d9627c645310d30f382 fix Issue 15377 - std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF https://github.com/D-Programming-Language/phobos/commit/202565df3ddaf626c0af46f91c6789cb4f23d573 Merge pull request #3828 from CyberShadow/pull-20151124-143559 fix Issue 15377 - std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF
Comment #3 by github-bugzilla — 2016-03-19T20:22:01Z
Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/7af97f8ccc3990f588fc0d9627c645310d30f382 fix Issue 15377 - std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF https://github.com/D-Programming-Language/phobos/commit/202565df3ddaf626c0af46f91c6789cb4f23d573 Merge pull request #3828 from CyberShadow/pull-20151124-143559