xz/debug
Lasse Collin e114502b2b Oh well, big messy commit again. Some highlights:
- Updated to the latest, probably final file format version.
  - Command line tool reworked to not use threads anymore.
    Threading will probably go into liblzma anyway.
  - Memory usage limit is now about 30 % for uncompression
    and about 90 % for compression.
  - Progress indicator with --verbose
  - Simplified --help and full --long-help
  - Upgraded to the last LGPLv2.1+ getopt_long from gnulib.
  - Some bug fixes
2008-11-19 20:46:52 +02:00
..
Makefile.am Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
README Added the debug directory and the first debug tool 2008-01-18 20:18:08 +02:00
crc32.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
full_flush.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
hex2bin.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
known_sizes.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
memusage.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
repeat.c Added debug/repeat.c. 2008-01-20 20:14:26 +02:00
sync_flush.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02: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.