diff etc/TODO @ 77576:99183fbe173b

Add item about support for large files on MS-Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Apr 2007 13:40:04 +0000
parents b45c21dacfe7
children 713172dcf518 c2c723c45f9a 70bf32a0f523
line wrap: on
line diff
--- a/etc/TODO	Fri Apr 27 06:39:45 2007 +0000
+++ b/etc/TODO	Fri Apr 27 13:40:04 2007 +0000
@@ -484,6 +484,13 @@
   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'.