]> git.eshelyaron.com Git - emacs.git/commitdiff
Large file support in MS-Windows `stat' is done.
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Jun 2008 21:08:22 +0000 (21:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Jun 2008 21:08:22 +0000 (21:08 +0000)
etc/TODO

index a01ed840dbba1e657e198ef02d41d1f29117ce85..0c15e108dbc3b2abb798190eb84e83a3c2ad3ee4 100644 (file)
--- 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'.