Mercurial > emacs
changeset 77517:710ee10c6665
Add item about support for large files on MS-Windows.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 27 Apr 2007 13:33:33 +0000 |
parents | 49f46f28f60e |
children | 4dd556dec0f0 |
files | etc/TODO |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Fri Apr 27 13:29:20 2007 +0000 +++ b/etc/TODO Fri Apr 27 13:33:33 2007 +0000 @@ -484,6 +484,13 @@ the definition of `file-attributes' and `directory-files-and-attributes' and from the calls. +** Modify the emulation of `stat' for MS-Windows to support large files. + The current version uses the stock Windows definition of `struct + stat', where the file's size is returned as a 32-bit integer. That + overflows for files larger than 4GB. To fix, modify `stat' to use + 64-bit size, and use a declaration of `struct stat' that supports + such sizes. + ** Make language-info-alist customizable. Currently a user can customize only the variable `current-language-environment'.