summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-01-31 23:41:29 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-01-31 23:41:29 +0200
commitee5ddb8b28419fe4923ded5c18a50570a762dcab (patch)
treeed2259bf73e797603bb1954d4174db623582e9f2 /TODO
parent11936ad3f5a2e97bda3463c7a56a2f4bb9265ea6 (diff)
downloadxz-ee5ddb8b28419fe4923ded5c18a50570a762dcab.tar.gz
Updated TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO b/TODO
index 60df342..5cffc89 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ Known bugs
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
it would be possible by switching from BT2/BT3/BT4 match finder to
HC3/HC4.
@@ -25,14 +25,15 @@ Known bugs
xz doesn't quote unprintable characters when it displays file names
given on the command line.
+ Show correct default operation mode in unxz.
-Missing features
-----------------
+ Signal handling with xz --list is broken.
+
+ tuklib_exit() doesn't block signals => EINTR is possible.
- "xz --list"
- xz could create sparse files when decompressing. (Some prototyping
- has been done.)
+Missing features
+----------------
xz doesn't support copying extended attributes, access control
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.
+ 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
-------------