singe/thirdparty/xz/debug
2023-10-23 19:38:18 -05:00
..
crc32.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
full_flush.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
hex2bin.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
known_sizes.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile.am Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
memusage.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
README Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
repeat.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
sync_flush.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
translation.bash Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00

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.