Age | Commit message (Expand) | Author | Files | Lines |
2022-09-16 | xzgrep: Fix compatibility with old shells. | Lasse Collin | 1 | -3/+3 |
2022-07-19 | xzgrep man page: Document exit statuses. | Lasse Collin | 1 | -1/+14 |
2022-07-19 | xzgrep: Improve error handling, especially signals. | Lasse Collin | 1 | -19/+53 |
2022-07-19 | xzgrep: Make the fix for ZDI-CAN-16587 more robust. | Lasse Collin | 1 | -1/+4 |
2022-07-18 | xzgrep: Use grep -H --label when available (GNU, *BSDs). | Lasse Collin | 1 | -0/+21 |
2022-07-18 | xzgrep: Use -e to specify the pattern to grep. | Lasse Collin | 1 | -8/+4 |
2022-07-18 | Scripts: Use printf instead of echo in a few places. | Lasse Collin | 4 | -11/+11 |
2022-07-17 | xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters. | Lasse Collin | 1 | -6/+8 |
2022-07-17 | xzgrep: Fix parsing of certain options. | Lasse Collin | 1 | -2/+17 |
2022-03-29 | xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587). | Lasse Collin | 1 | -8/+12 |
2021-11-13 | xzgrep: Update man page timestamp. | Lasse Collin | 1 | -1/+1 |
2021-11-13 | xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep` | Ville Skyttä | 2 | -6/+6 |
2021-06-04 | xzdiff: Update the man page about the exit status. | Lasse Collin | 1 | -2/+2 |
2021-06-04 | xzless: Fix less(1) version detection when it contains a dot. | Lasse Collin | 1 | -1/+1 |
2021-01-11 | Scripts: Add zstd support to xzdiff. | Lasse Collin | 2 | -7/+15 |
2021-01-11 | Scripts: Fix exit status of xzgrep. | Lasse Collin | 1 | -7/+13 |
2021-01-11 | Scripts: Fix exit status of xzdiff/xzcmp. | Lasse Collin | 1 | -14/+21 |
2020-12-05 | Scripts: Add zstd support to xzgrep. | Adam Borowski | 2 | -3/+7 |
2020-04-06 | src/scripts/xzgrep.1: Filenames to xzgrep are optional. | Lasse Collin | 1 | -1/+1 |
2020-04-06 | src/script/xzgrep.1: Remove superfluous '.RB' | Bjarni Ingi Gislason | 1 | -6/+6 |
2020-04-06 | xzgrep.1: Delete superfluous '.PP' | Bjarni Ingi Gislason | 1 | -1/+0 |
2020-02-07 | Build: Add support for translated man pages using po4a. | Lasse Collin | 1 | -15/+49 |
2019-09-24 | Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. | Lasse Collin | 4 | -0/+4 |
2019-05-11 | spelling | Antoine Cœur | 1 | -1/+1 |
2018-07-27 | xzless: Rename unused variables to silence static analysers. | Lasse Collin | 1 | -1/+1 |
2015-02-09 | xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp. | Lasse Collin | 1 | -1/+6 |
2014-11-10 | xzdiff: Use mkdir if mktemp isn't available. | Lasse Collin | 1 | -1/+16 |
2014-11-10 | xzdiff: Create a temporary directory to hold a temporary file. | Lasse Collin | 1 | -5/+5 |
2014-10-09 | xzgrep: Avoid passing both -q and -l to grep. | Lasse Collin | 1 | -2/+4 |
2014-06-11 | xzgrep: exit 0 when at least one file matches. | Lasse Collin | 1 | -2/+13 |
2013-06-30 | Man pages: Use similar syntax for synopsis as in xz. | Lasse Collin | 1 | -3/+3 |
2013-04-05 | xzgrep: make the '-h' option to be --no-filename equivalent | Jeff Bastian | 1 | -1/+1 |
2013-03-05 | Avoid unneeded use of awk in xzless. | Lasse Collin | 1 | -2/+1 |
2012-11-21 | xzless: Make "less -V" parsing more robust | Jonathan Nieder | 1 | -1/+2 |
2012-02-22 | Fix exit status of xzgrep when grepping binary files. | Lasse Collin | 1 | -1/+2 |
2011-07-31 | Fix exit status of "xzdiff foo.xz bar.xz". | Lasse Collin | 1 | -0/+2 |
2011-04-18 | xzgrep: fix typo in $0 parsing | Martin Väth | 1 | -2/+2 |
2011-03-24 | Scripts: Better fix for xzgrep. | Lasse Collin | 1 | -2/+6 |
2011-03-24 | Scripts: Fix xzgrep -l. | Lasse Collin | 1 | -2/+2 |
2011-03-19 | Scripts: Add lzop (.lzo) support to xzdiff and xzgrep. | Lasse Collin | 4 | -16/+28 |
2010-12-13 | Scripts: Fix gzip and bzip2 support in xzdiff. | Lasse Collin | 1 | -6/+6 |
2010-10-08 | Build: Add options to disable individual command line tools. | Lasse Collin | 1 | -36/+26 |
2010-09-27 | Major man page updates. | Lasse Collin | 4 | -21/+27 |
2010-03-07 | Fix xzgrep to not break if filenames have spaces or quotes. | Lasse Collin | 1 | -1/+1 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 2 | -6/+6 |
2009-10-16 | Escape dashes in xzmore.1 | Jonathan Nieder | 1 | -2/+2 |
2009-08-09 | “xzdiff a.xz b.xz” always fails | Jonathan Nieder | 1 | -1/+1 |
2009-08-09 | xzless: Support compressed standard input | Jonathan Nieder | 1 | -1/+7 |
2009-07-30 | xzdiff: add missing ;; to case statement | Jonathan Nieder | 1 | -3/+3 |
2009-07-19 | Added missing author notice to xzless.in. | Lasse Collin | 1 | -0/+1 |
2009-07-06 | Use sed instead of $(SED) so that we don't need to | Lasse Collin | 1 | -14/+14 |
2009-07-05 | Major update to the xzgrep and other scripts based on | Lasse Collin | 12 | -369/+689 |
2009-06-27 | Create correct symlinks even when | Lasse Collin | 1 | -34/+46 |
2009-05-21 | Install lzdiff, lzgrep, and lzmore as symlinks | ABCD | 1 | -2/+14 |
2009-04-13 | Quick & dirty update to support xz in diff/grep/more scripts. | Lasse Collin | 7 | -75/+119 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -0/+7 |
2009-01-26 | remove trailing blanks from all but .xz files | Jim Meyering | 2 | -5/+5 |
2007-12-09 | Imported to git. | Lasse Collin | 7 | -0/+455 |