diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-06-23 21:08:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-06-23 21:08:22 +0000 |
commit | 400aaed216cfb09e5876dbe551775aa366c53ee8 (patch) | |
tree | 0f14ddfa0b56905acb977cac087daa40804dbe44 /etc/TODO | |
parent | 0b07ad98c5b93cc57cc7a9349eee7a6dbae4e869 (diff) | |
download | emacs-400aaed216cfb09e5876dbe551775aa366c53ee8.tar.gz |
Large file support in MS-Windows `stat' is done.
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -545,13 +545,6 @@ when the body only calls primitives. 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'. |