# HG changeset patch # User Eli Zaretskii # Date 1214255302 0 # Node ID 008bacb7a7797f3f0bdc51a3c7f70ff78df772d8 # Parent 43b1cc6ee9a1715145842749c99af2baafbe32e9 Large file support in MS-Windows `stat' is done. diff -r 43b1cc6ee9a1 -r 008bacb7a779 etc/TODO --- a/etc/TODO Mon Jun 23 12:41:50 2008 +0000 +++ b/etc/TODO Mon Jun 23 21:08:22 2008 +0000 @@ -545,13 +545,6 @@ 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'.