aboutsummaryrefslogtreecommitdiff
path: root/src/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-29xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587).Lasse Collin1-8/+12
2021-11-13xzgrep: Update man page timestamp.Lasse Collin1-1/+1
2021-11-13xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`Ville Skyttä2-6/+6
2021-06-04xzdiff: Update the man page about the exit status.Lasse Collin1-2/+2
2021-06-04xzless: Fix less(1) version detection when it contains a dot.Lasse Collin1-1/+1
2021-01-11Scripts: Add zstd support to xzdiff.Lasse Collin2-7/+15
2021-01-11Scripts: Fix exit status of xzgrep.Lasse Collin1-7/+13
2021-01-11Scripts: Fix exit status of xzdiff/xzcmp.Lasse Collin1-14/+21
2020-12-05Scripts: Add zstd support to xzgrep.Adam Borowski2-3/+7
2020-04-06src/scripts/xzgrep.1: Filenames to xzgrep are optional.Lasse Collin1-1/+1
2020-04-06src/script/xzgrep.1: Remove superfluous '.RB'Bjarni Ingi Gislason1-6/+6
2020-04-06xzgrep.1: Delete superfluous '.PP'Bjarni Ingi Gislason1-1/+0
2020-02-07Build: Add support for translated man pages using po4a.Lasse Collin1-15/+49
2019-09-24Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin4-0/+4
2019-05-11spellingAntoine Cœur1-1/+1
2018-07-27xzless: Rename unused variables to silence static analysers.Lasse Collin1-1/+1
2015-02-09xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp.Lasse Collin1-1/+6
2014-11-10xzdiff: Use mkdir if mktemp isn't available.Lasse Collin1-1/+16
2014-11-10xzdiff: Create a temporary directory to hold a temporary file.Lasse Collin1-5/+5
2014-10-09xzgrep: Avoid passing both -q and -l to grep.Lasse Collin1-2/+4
2014-06-11xzgrep: exit 0 when at least one file matches.Lasse Collin1-2/+13
2013-06-30Man pages: Use similar syntax for synopsis as in xz.Lasse Collin1-3/+3
2013-04-05xzgrep: make the '-h' option to be --no-filename equivalentJeff Bastian1-1/+1
2013-03-05Avoid unneeded use of awk in xzless.Lasse Collin1-2/+1
2012-11-21xzless: Make "less -V" parsing more robustJonathan Nieder1-1/+2
2012-02-22Fix exit status of xzgrep when grepping binary files.Lasse Collin1-1/+2
2011-07-31Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin1-0/+2
2011-04-18xzgrep: fix typo in $0 parsingMartin Väth1-2/+2
2011-03-24Scripts: Better fix for xzgrep.Lasse Collin1-2/+6
2011-03-24Scripts: Fix xzgrep -l.Lasse Collin1-2/+2
2011-03-19Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.Lasse Collin4-16/+28
2010-12-13Scripts: Fix gzip and bzip2 support in xzdiff.Lasse Collin1-6/+6
2010-10-08Build: Add options to disable individual command line tools.Lasse Collin1-36/+26
2010-09-27Major man page updates.Lasse Collin4-21/+27
2010-03-07Fix xzgrep to not break if filenames have spaces or quotes.Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin2-6/+6
2009-10-16Escape dashes in xzmore.1Jonathan Nieder1-2/+2
2009-08-09“xzdiff a.xz b.xz” always failsJonathan Nieder1-1/+1
2009-08-09xzless: Support compressed standard inputJonathan Nieder1-1/+7
2009-07-30xzdiff: add missing ;; to case statementJonathan Nieder1-3/+3
2009-07-19Added missing author notice to xzless.in.Lasse Collin1-0/+1
2009-07-06Use sed instead of $(SED) so that we don't need toLasse Collin1-14/+14
2009-07-05Major update to the xzgrep and other scripts based onLasse Collin12-369/+689
2009-06-27Create correct symlinks even whenLasse Collin1-34/+46
2009-05-21Install lzdiff, lzgrep, and lzmore as symlinksABCD1-2/+14
2009-04-13Quick & dirty update to support xz in diff/grep/more scripts.Lasse Collin7-75/+119
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-0/+7
2009-01-26remove trailing blanks from all but .xz filesJim Meyering2-5/+5
2007-12-09Imported to git.Lasse Collin7-0/+455