aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-06-23 21:08:22 +0000
committerEli Zaretskii2008-06-23 21:08:22 +0000
commit400aaed216cfb09e5876dbe551775aa366c53ee8 (patch)
tree0f14ddfa0b56905acb977cac087daa40804dbe44
parent0b07ad98c5b93cc57cc7a9349eee7a6dbae4e869 (diff)
downloademacs-400aaed216cfb09e5876dbe551775aa366c53ee8.tar.gz
emacs-400aaed216cfb09e5876dbe551775aa366c53ee8.zip
Large file support in MS-Windows `stat' is done.
-rw-r--r--etc/TODO7
1 files changed, 0 insertions, 7 deletions
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.
545 the definition of `file-attributes' and `directory-files-and-attributes' 545 the definition of `file-attributes' and `directory-files-and-attributes'
546 and from the calls. 546 and from the calls.
547 547
548** Modify the emulation of `stat' for MS-Windows to support large files.
549 The current version uses the stock Windows definition of `struct
550 stat', where the file's size is returned as a 32-bit integer. That
551 overflows for files larger than 4GB. To fix, modify `stat' to use
552 64-bit size, and use a declaration of `struct stat' that supports
553 such sizes.
554
555** Make language-info-alist customizable. Currently a user can customize 548** Make language-info-alist customizable. Currently a user can customize
556 only the variable `current-language-environment'. 549 only the variable `current-language-environment'.
557 550