aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-27 13:33:33 +0000
committerEli Zaretskii2007-04-27 13:33:33 +0000
commit81e4af5f191df8f589b80825b18c27ff3fb6b1c8 (patch)
treecac92773eb7f445bd77aef5352cc54043da826fe
parent96bbf28bb898cc3acc7eb175e6f6cb8f53073cd7 (diff)
downloademacs-81e4af5f191df8f589b80825b18c27ff3fb6b1c8.tar.gz
emacs-81e4af5f191df8f589b80825b18c27ff3fb6b1c8.zip
Add item about support for large files on MS-Windows.
-rw-r--r--etc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 0c778c7b7be..50fb4a19484 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -484,6 +484,13 @@ when the body only calls primitives.
484 the definition of `file-attributes' and `directory-files-and-attributes' 484 the definition of `file-attributes' and `directory-files-and-attributes'
485 and from the calls. 485 and from the calls.
486 486
487** Modify the emulation of `stat' for MS-Windows to support large files.
488 The current version uses the stock Windows definition of `struct
489 stat', where the file's size is returned as a 32-bit integer. That
490 overflows for files larger than 4GB. To fix, modify `stat' to use
491 64-bit size, and use a declaration of `struct stat' that supports
492 such sizes.
493
487** Make language-info-alist customizable. Currently a user can customize 494** Make language-info-alist customizable. Currently a user can customize
488 only the variable `current-language-environment'. 495 only the variable `current-language-environment'.
489 496