Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a79a8781
Commit
a79a8781
authored
Apr 27, 2007
by
Eli Zaretskii
Browse files
Add item about support for large files on MS-Windows.
parent
f56cff88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
etc/TODO
etc/TODO
+7
-0
No files found.
etc/TODO
View file @
a79a8781
...
...
@@ -484,6 +484,13 @@ 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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment