# HG changeset patch # User Eli Zaretskii # Date 1177680813 0 # Node ID 710ee10c6665a246bd99b53633df533f2dce0a07 # Parent 49f46f28f60eb124dd6eda9b027630e297062000 Add item about support for large files on MS-Windows. diff -r 49f46f28f60e -r 710ee10c6665 etc/TODO --- 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'.