mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-02 00:16:04 +03:00
TODO: 64 bit support.
This commit is contained in:
parent
c3f40d150f
commit
a75e3a5d5a
4
TODO
4
TODO
@ -1,6 +1,10 @@
|
||||
Before 4.6.2
|
||||
============
|
||||
|
||||
Make mc work with 64 bit data types. This includes support for 64 bit
|
||||
processors, 64 bit operating systems and 64 bit file sizes. Generalizing
|
||||
this, mc should use datatypes as they are appropriate.
|
||||
|
||||
Remove all instances of type casts on function pointers. Run the
|
||||
following command to get a list of function pointer types.
|
||||
grep -r 'typedef.*(\*' . \
|
||||
|
Loading…
x
Reference in New Issue
Block a user