1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

Large file support in MS-Windows `stat' is done.

This commit is contained in:
Eli Zaretskii 2008-06-23 21:08:22 +00:00
parent 0b07ad98c5
commit 400aaed216

View file

@ -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'.