xz/debug
Lasse Collin 689e0228ba Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.

COPYING.0BSD was added.
2024-02-14 18:31:12 +02:00
..
Makefile.am Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
README Docs: Fix the name LZMA Utils -> XZ Utils in debug/README. 2012-07-05 07:24:45 +03:00
crc32.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
full_flush.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
hex2bin.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
known_sizes.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
memusage.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
repeat.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
sync_flush.c Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00
translation.bash Change most public domain parts to 0BSD. 2024-02-14 18:31:12 +02:00

README

Debug tools
-----------

    This directory contains a few tiny programs that may be helpful when
    debugging XZ 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.