From: Eli Zaretskii Date: Mon, 23 Jun 2008 21:08:22 +0000 (+0000) Subject: Large file support in MS-Windows `stat' is done. X-Git-Tag: emacs-pretest-23.0.90~4566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=400aaed216cfb09e5876dbe551775aa366c53ee8;p=emacs.git Large file support in MS-Windows `stat' is done. --- diff --git a/etc/TODO b/etc/TODO index a01ed840dbb..0c15e108dbc 100644 --- a/etc/TODO +++ b/etc/TODO @@ -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'.