[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maximum buffer size exceeded
From: |
Jason Rumney |
Subject: |
Re: maximum buffer size exceeded |
Date: |
Wed, 05 Sep 2007 16:14:24 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (Windows/20070728) |
Stefan Monnier wrote:
> PS: You can supposedly open >4GB files in Emacs with 64bit systems, but
> looking at the C code, it's clear that you'll bump into bugs where we cast
> EMACS_INT values to and from `int' (which on many 64bit systems are only
> 32bit). I tend to fix those bugs when I bump into them, but they're
> everywhere and I've fixed only a tiny fraction of them.
>
long is also 32 bits on 64bit versions of Windows, so avoid simply
replacing int with long.
- Re: maximum buffer size exceeded, (continued)
- Re: maximum buffer size exceeded, Tim X, 2007/09/03
- Re: maximum buffer size exceeded, Daniel C. Bastos, 2007/09/03
- Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/03
- Re: maximum buffer size exceeded, Johan Bockgård, 2007/09/04
- Message not available
- Re: maximum buffer size exceeded, Giorgos Keramidas, 2007/09/04
- Re: maximum buffer size exceeded, Peter Dyballa, 2007/09/04
- Message not available
- Re: maximum buffer size exceeded, Emilio Lopes, 2007/09/04
- Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/04
- Re: maximum buffer size exceeded, Kim F. Storm, 2007/09/05
- Re: maximum buffer size exceeded, Stefan Monnier, 2007/09/05
- Re: maximum buffer size exceeded,
Jason Rumney <=
- Re: maximum buffer size exceeded, Stefan Monnier, 2007/09/05
- Re: maximum buffer size exceeded, Richard Stallman, 2007/09/06
- Re: maximum buffer size exceeded, David Kastrup, 2007/09/06
- Message not available
- Re: maximum buffer size exceeded, Giorgos Keramidas, 2007/09/05
Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/02
Re: maximum buffer size exceeded, Glenn Morris, 2007/09/03
Re: maximum buffer size exceeded, Daniel C. Bastos, 2007/09/04