summaryrefslogtreecommitdiff
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* xzdiff: Add support for .lz files.Lasse Collin2022-11-111-5/+5
* Scripts: Ignore warnings from xz.Lasse Collin2022-11-114-7/+8
* xzgrep: Fix compatibility with old shells.Lasse Collin2022-09-161-3/+3
* xzgrep man page: Document exit statuses.Lasse Collin2022-07-191-1/+14
* xzgrep: Improve error handling, especially signals.Lasse Collin2022-07-191-19/+53
* xzgrep: Make the fix for ZDI-CAN-16587 more robust.Lasse Collin2022-07-191-1/+4
* xzgrep: Use grep -H --label when available (GNU, *BSDs).Lasse Collin2022-07-181-0/+21
* xzgrep: Use -e to specify the pattern to grep.Lasse Collin2022-07-181-8/+4
* Scripts: Use printf instead of echo in a few places.Lasse Collin2022-07-184-11/+11
* xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters.Lasse Collin2022-07-171-6/+8
* xzgrep: Fix parsing of certain options.Lasse Collin2022-07-171-2/+17
* xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587).Lasse Collin2022-03-291-8/+12
* xzgrep: Update man page timestamp.Lasse Collin2021-11-131-1/+1
* xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`Ville Skyttä2021-11-132-6/+6
* xzdiff: Update the man page about the exit status.Lasse Collin2021-06-041-2/+2
* xzless: Fix less(1) version detection when it contains a dot.Lasse Collin2021-06-041-1/+1
* Scripts: Add zstd support to xzdiff.Lasse Collin2021-01-112-7/+15
* Scripts: Fix exit status of xzgrep.Lasse Collin2021-01-111-7/+13
* Scripts: Fix exit status of xzdiff/xzcmp.Lasse Collin2021-01-111-14/+21
* Scripts: Add zstd support to xzgrep.Adam Borowski2020-12-052-3/+7
* src/scripts/xzgrep.1: Filenames to xzgrep are optional.Lasse Collin2020-04-061-1/+1
* src/script/xzgrep.1: Remove superfluous '.RB'Bjarni Ingi Gislason2020-04-061-6/+6
* xzgrep.1: Delete superfluous '.PP'Bjarni Ingi Gislason2020-04-061-1/+0
* Build: Add support for translated man pages using po4a.Lasse Collin2020-02-071-15/+49
* Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin2019-09-244-0/+4
* spellingAntoine Cœur2019-05-111-1/+1
* xzless: Rename unused variables to silence static analysers.Lasse Collin2018-07-271-1/+1
* xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp.Lasse Collin2015-02-091-1/+6
* xzdiff: Use mkdir if mktemp isn't available.Lasse Collin2014-11-101-1/+16
* xzdiff: Create a temporary directory to hold a temporary file.Lasse Collin2014-11-101-5/+5
* xzgrep: Avoid passing both -q and -l to grep.Lasse Collin2014-10-091-2/+4
* xzgrep: exit 0 when at least one file matches.Lasse Collin2014-06-111-2/+13
* Man pages: Use similar syntax for synopsis as in xz.Lasse Collin2013-06-301-3/+3
* xzgrep: make the '-h' option to be --no-filename equivalentJeff Bastian2013-04-051-1/+1
* Avoid unneeded use of awk in xzless.Lasse Collin2013-03-051-2/+1
* xzless: Make "less -V" parsing more robustJonathan Nieder2012-11-211-1/+2
* Fix exit status of xzgrep when grepping binary files.Lasse Collin2012-02-221-1/+2
* Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin2011-07-311-0/+2
* xzgrep: fix typo in $0 parsingMartin Väth2011-04-181-2/+2
* Scripts: Better fix for xzgrep.Lasse Collin2011-03-241-2/+6
* Scripts: Fix xzgrep -l.Lasse Collin2011-03-241-2/+2
* Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.Lasse Collin2011-03-194-16/+28
* Scripts: Fix gzip and bzip2 support in xzdiff.Lasse Collin2010-12-131-6/+6
* Build: Add options to disable individual command line tools.Lasse Collin2010-10-081-36/+26
* Major man page updates.Lasse Collin2010-09-274-21/+27
* Fix xzgrep to not break if filenames have spaces or quotes.Lasse Collin2010-03-071-1/+1
* Collection of language fixes to comments and docs.Lasse Collin2010-02-122-6/+6
* Escape dashes in xzmore.1Jonathan Nieder2009-10-161-2/+2
* “xzdiff a.xz b.xz” always failsJonathan Nieder2009-08-091-1/+1
* xzless: Support compressed standard inputJonathan Nieder2009-08-091-1/+7