xz/debug
Lasse Collin 7d17818cec Update the code to mostly match the new simpler file format
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.
2008-06-18 18:02:10 +03:00
..
Makefile.am Added memusage.c to debug directory. 2008-04-25 13:41:29 +03:00
README Added the debug directory and the first debug tool 2008-01-18 20:18:08 +02:00
full_flush.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
memusage.c Added memusage.c to debug directory. 2008-04-25 13:41:29 +03:00
repeat.c Added debug/repeat.c. 2008-01-20 20:14:26 +02:00
sync_flush.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00

README

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.