comparison etc/TODO @ 96210:008bacb7a779

Large file support in MS-Windows `stat' is done.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 23 Jun 2008 21:08:22 +0000
parents cbf5528cf447
children f9d35151b907
comparison
equal deleted inserted replaced
96209:43b1cc6ee9a1 96210:008bacb7a779
543 When done, change meaning of default value from 'integer to 'string. 543 When done, change meaning of default value from 'integer to 'string.
544 If value 'integer is used nowhere, remove the parameter ID-FORMAT from 544 If value 'integer is used nowhere, remove the parameter ID-FORMAT from
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
558 ** Improve language environment handling so that Emacs can fit 551 ** Improve language environment handling so that Emacs can fit
559 better to a users locale. Currently Emacs uses utf-8 language 552 better to a users locale. Currently Emacs uses utf-8 language