aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
2023-07-18xz: Update Authors list in a few files.Jia Tan1-1/+2
2022-12-08xz: Make args_info.files_name a const pointer.Lasse Collin1-1/+1
2015-03-07xz: Make arg_count an unsigned int to silence a warning.Lasse Collin1-1/+1
Actually the value of arg_count cannot exceed INT_MAX but it's nicer as an unsigned int.
2014-08-05xz: Add --ignore-check.Lasse Collin1-0/+1
2012-07-03xz: Add incomplete support for --block-list.Lasse Collin1-0/+1
It's broken with threads and when also --block-size is used.
2010-09-05xz: Use an array instead of pointer for stdin_filename.Lasse Collin1-1/+1
Thanks Joerg Sonnenberger.
2010-08-06Add missing const to a global constant in xz.Lasse Collin1-1/+1
2009-11-16Add support for --info-memory and --robot to xz.Lasse Collin1-0/+1
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-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
Some minor documentation cleanups were made at the same time.
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-8/+0
It now builds with MinGW.
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+56
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.