aboutsummaryrefslogtreecommitdiff
path: root/src/lzma/help.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-02Initial changes to change the suffix of the new format to .xz.Lasse Collin1-2/+2
This also fixes a bug related to --suffix option. Some issues with suffixes with --format=raw were not fixed.
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-9/+8
2008-09-04Added support for raw encoding and decoding to the commandLasse Collin1-18/+6
line tool, and made various cleanups. --lzma was renamed to --lzma1 to prevent people from accidentally using LZMA when they want LZMA2.
2008-05-06Bunch of grammar fixes from meyering.Lasse Collin1-1/+1
2008-01-17Added --delta to the output of "lzma --help".Lasse Collin1-0/+4
2008-01-06With printf(), use PRIu64 with a cast to uint64_t insteadLasse Collin1-6/+7
of %zu, because some pre-C99 libc versions don't support %zu.
2007-12-09Imported to git.Lasse Collin1-0/+178