changeset 96210:008bacb7a779

Large file support in MS-Windows `stat' is done.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 23 Jun 2008 21:08:22 +0000
parents 43b1cc6ee9a1
children fde585d63804
files etc/TODO
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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'.