comparison 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
comparison
equal deleted inserted replaced
77575:f37a630c73d3 77576:99183fbe173b
482 When done, change meaning of default value from 'integer to 'string. 482 When done, change meaning of default value from 'integer to 'string.
483 If value 'integer is used nowhere, remove the parameter ID-FORMAT from 483 If value 'integer is used nowhere, remove the parameter ID-FORMAT from
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
490 ** Improve language environment handling so that Emacs can fit 497 ** Improve language environment handling so that Emacs can fit
491 better to a users locale. Currently Emacs uses utf-8 language 498 better to a users locale. Currently Emacs uses utf-8 language