Lasse Collin
7f0a4c50f4
xz: Make arg_count an unsigned int to silence a warning.
...
Actually the value of arg_count cannot exceed INT_MAX
but it's nicer as an unsigned int.
2015-03-07 19:54:00 +02:00
Lasse Collin
6b5e3b9eff
xz: Add --ignore-check.
2014-08-05 22:32:36 +03:00
Lasse Collin
88ccf47205
xz: Add incomplete support for --block-list.
...
It's broken with threads and when also --block-size is used.
2012-07-03 21:16:39 +03:00
Lasse Collin
da014d5597
xz: Use an array instead of pointer for stdin_filename.
...
Thanks Joerg Sonnenberger.
2010-09-05 21:11:33 +03:00
Lasse Collin
4a45dd4c39
Add missing const to a global constant in xz.
2010-08-06 20:22:16 +03:00
Lasse Collin
d315ca4930
Add support for --info-memory and --robot to xz.
...
Currently --robot works only with --info-memory and
--version. --help and --long-help work too, but --robot
has no effect on them.
Thanks to Jonathan Nieder for the original patches.
2009-11-16 18:16:45 +02:00
Lasse Collin
02ddf09bc3
Put the interesting parts of XZ Utils into the public domain.
...
Some minor documentation cleanups were made at the same time.
2009-04-13 11:27:40 +03:00
Lasse Collin
75905a9afc
Various code cleanups the the xz command line tool.
...
It now builds with MinGW.
2009-02-05 09:12:57 +02:00
Lasse Collin
1880a3927b
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
...
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-19 23:52:24 +02:00