]> icculus.org git repositories - icculus/xz.git/history - src/xz/args.c
Add --no-adjust.
[icculus/xz.git] / src / xz / args.c
2010-06-15 Lasse CollinAdd --no-adjust.
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2010-01-26 Lasse CollinAdd a missing space to an error message.
2010-01-24 Lasse CollinSet LC_NUMERIC=C when --robot is used.
2009-11-25 Lasse CollinCreate sparse files by default when decompressing into
2009-11-16 Lasse CollinAdd support for --info-memory and --robot to xz.
2009-09-19 Lasse CollinVarious changes.
2009-07-23 Lasse CollinFix incorrect usage of getopt_long(), which caused
2009-07-10 Lasse CollinLook for full command names instead of substrings
2009-06-24 Lasse CollinCast a char argument to isspace() to unsigned char.
2009-05-23 Lasse CollinRemove undocumented alternative option names --bcj...
2009-05-23 Lasse CollinAdd support for specifying the BCJ filter start offset
2009-05-22 Lasse CollinAdd --no-warn.
2009-05-22 Lasse CollinRemove the --info option, which was an alias for -...
2009-05-22 Lasse CollinIf xz is run as lzma, unlzma, or lzcat, simply imply
2009-05-22 Lasse CollinMake the default memory usage limit 40 % of RAM for...
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-13 Lasse CollinCleanups to the code that detects the amount of RAM and
2009-02-13 Lasse CollinFix handling of integrity check type in the xz command...
2009-02-13 Lasse CollinImprove support for DOS-like systems.
2009-02-08 Lasse CollinSupport both slash and backslash as path component
2008-12-27 Lasse CollinSome xz command line tool improvements.
2008-11-19 Lasse CollinRenamed lzma to xz and lzmadec to xzdec. We create...