aboutsummaryrefslogtreecommitdiff
path: root/src/lzma/suffix.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-213/+0
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though.
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-21/+31
- 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-10-03Fixed suffix handling with --format=raw.Lasse Collin1-9/+19
2008-10-02Initial changes to change the suffix of the new format to .xz.Lasse Collin1-13/+61
This also fixes a bug related to --suffix option. Some issues with suffixes with --format=raw were not fixed.