mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
7d17818cec
specification. Simplify things by removing most of the support for known uncompressed size in most places. There are some miscellaneous changes here and there too. The API of liblzma has got many changes and still some more will be done soon. While most of the code has been updated, some things are not fixed (the command line tool will choke with invalid filter chain, if nothing else). Subblock filter is somewhat broken for now. It will be updated once the encoded format of the Subblock filter has been decided. |
||
---|---|---|
.. | ||
full_flush.c | ||
Makefile.am | ||
memusage.c | ||
README | ||
repeat.c | ||
sync_flush.c |
Debug tools ----------- This directory contains a few tiny programs that may be helpful when debugging LZMA Utils. These tools are not meant to be installed. Often one needs to edit the source code a little to make the programs do the wanted things. If you don't know how these programs could help you, it is likely that they really are useless to you. These aren't intended to be used as example programs. They take some shortcuts here and there, which correct programs should not do. Many possible errors (especially I/O errors) are ignored. Don't report bugs or send patches to fix this kind of bugs.