any update on large file support for linux?

2010-09-04 Thread Lars Holowko
Hi everybody, Are there any status updates on the large file support for dmd on Linux? I found this bug: http://d.puremagic.com/issues/show_bug.cgi?id=3409 which has not been commented on for quite a while. I was trying to dig around in druntime and phobos - a lot seems already in place so I was h

Re: any update on large file support for linux?

2010-09-07 Thread Lars T. Kyllingstad
The SVN version of std.stdio supports large files on Linux and OSX. The next release will be a nice one, I think. :) -Lars

Re: any update on large file support for linux?

2010-09-07 Thread Lars Holowko
On Tue, Sep 7, 2010 at 1:08 AM, Lars T. Kyllingstad wrote: > The SVN version of std.stdio supports large files on Linux and OSX.  The > next release will be a nice one, I think. :) > > -Lars > Thanks Lars, For the hint to the svn versions. Things seem to work there. What really surprised me is t

Re: any update on large file support for linux?

2010-09-07 Thread Andrei Alexandrescu
On 9/7/10 11:05 CDT, Lars Holowko wrote: On Tue, Sep 7, 2010 at 1:08 AM, Lars T. Kyllingstad wrote: The SVN version of std.stdio supports large files on Linux and OSX. The next release will be a nice one, I think. :) -Lars Thanks Lars, For the hint to the svn versions. Things seem to wor

Re: any update on large file support for linux?

2010-09-07 Thread Lars Holowko
On Tue, Sep 7, 2010 at 9:34 AM, Andrei Alexandrescu wrote: >> I did not realize that 1024 * 1024 * 1024 * 6 turns negative and then >> gets converted to a negative long (without even a warning). Overseeing >> that had killed my own efforts to hack 64-bit support into phobos ;-) >> > Hmmm... the co