[Issue 3409] stdio.File.seek() doesn't work for files >2GB

2016-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3409 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3409] stdio.File.seek() doesn't work for files >2GB

2016-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3409 Simen Kjaeraas changed: What|Removed |Added CC|

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added AssignedTo|and...@metalanguage.com

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #5 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-10-19 02:08:08 PDT --- I don't know why under Windows c_long is actually 32 bit. because msvc compiler is LLP64. -- Configure issuemail:

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #6 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-10-19 02:13:29 PDT --- (In reply to comment #4) Could be wrong, but I think the way druntime defines these functions is because that's the way they're defined in the C std

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added Severity|major |regression

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #1 from David Simcha dsim...@yahoo.com 2009-10-16 23:18:26 PDT --- Oops, looks like I forgot to attach the attachment. That's ok, on further testing, it only solved the problem up to 4GB anyhow. I guess what *really* needs to

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 David Simcha dsim...@yahoo.com changed: What|Removed |Added Keywords|patch | --- Comment #2 from

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #4 from David Simcha dsim...@yahoo.com 2009-10-17 09:41:44 PDT --- Could be wrong, but I think the way druntime defines these functions is because that's the way they're defined in the C std lib API. I think to do better you need