1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Updated TODO.

This commit is contained in:
Lasse Collin 2010-01-31 23:41:29 +02:00
parent 11936ad3f5
commit ee5ddb8b28

17
TODO
View file

@ -7,7 +7,7 @@ Known bugs
The test suite is too incomplete. The test suite is too incomplete.
If the memor usage limit is less than about 13 MiB, xz is unable to If the memory usage limit is less than about 13 MiB, xz is unable to
automatically scale down the compression settings enough even though automatically scale down the compression settings enough even though
it would be possible by switching from BT2/BT3/BT4 match finder to it would be possible by switching from BT2/BT3/BT4 match finder to
HC3/HC4. HC3/HC4.
@ -25,15 +25,16 @@ Known bugs
xz doesn't quote unprintable characters when it displays file names xz doesn't quote unprintable characters when it displays file names
given on the command line. given on the command line.
Show correct default operation mode in unxz.
Signal handling with xz --list is broken.
tuklib_exit() doesn't block signals => EINTR is possible.
Missing features Missing features
---------------- ----------------
"xz --list"
xz could create sparse files when decompressing. (Some prototyping
has been done.)
xz doesn't support copying extended attributes, access control xz doesn't support copying extended attributes, access control
lists etc. from source to target file. lists etc. from source to target file.
@ -46,6 +47,10 @@ Missing features
I/O library is not implemented. It will possibly be named libzzf. I/O library is not implemented. It will possibly be named libzzf.
lzma_strerror() to convert lzma_ret to human readable form?
This is tricky, because the same error codes are used with
slightly different meanings.
Documentation Documentation
------------- -------------