Skip to content

Commit

Permalink
Updated TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jan 31, 2010
1 parent 11936ad commit ee5ddb8
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
-------------
Expand Down

0 comments on commit ee5ddb8

Please sign in to comment.