xz/debug
Lasse Collin 9756fce565 Fix the debug directory.
6a2eb54092 and
71f18e8a06 required
some changes that weren't applied in debug.
2009-08-27 17:00:22 +03:00
..
Makefile.am Fix the debug directory. 2009-08-27 17:00:22 +03:00
README Added the debug directory and the first debug tool 2008-01-18 20:18:08 +02:00
crc32.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
full_flush.c Fix the debug directory. 2009-08-27 17:00:22 +03:00
hex2bin.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
known_sizes.c Fix the debug directory. 2009-08-27 17:00:22 +03:00
memusage.c Fix the debug directory. 2009-08-27 17:00:22 +03:00
repeat.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
sync_flush.c Fix the debug directory. 2009-08-27 17:00:22 +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.