[Issue 3410] std.stdio.File.tell() doesn't work for files >2GB

2016-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3410

Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Andrei Alexandrescu  ---
And this as well!

--


[Issue 3410] std.stdio.File.tell() doesn't work for files >2GB

2016-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3410

Simen Kjaeraas  changed:

   What|Removed |Added

 CC||simen.kja...@gmail.com

--- Comment #4 from Simen Kjaeraas  ---
This was fixed in https://github.com/D-Programming-Language/phobos/pull/3828.

--


[Issue 3410] std.stdio.File.tell() doesn't work for files >2GB

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410


Andrei Alexandrescu  changed:

   What|Removed |Added

 AssignedTo|and...@metalanguage.com |nob...@puremagic.com


--- Comment #3 from Andrei Alexandrescu  2011-06-05 
08:54:56 PDT ---
Putting this up for grabs as I don't have Windows.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3410] std.stdio.File.tell() doesn't work for files >2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410


Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|and...@metalanguage.com


--- Comment #2 from Andrei Alexandrescu  2009-10-17 
09:01:22 PDT ---
(In reply to comment #1)
> Note that std.stream gets this right on Win32 but not Linux by using the Win32
> API directly.

Casting won't help much, we need the long.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3410] std.stdio.File.tell() doesn't work for files >2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410



--- Comment #1 from David Simcha  2009-10-17 08:45:24 PDT ---
Note that std.stream gets this right on Win32 but not Linux by using the Win32
API directly.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---