]> git.ipfire.org Git - thirdparty/zstd.git/commit
add `zcat` symlink support, suggested by @wtarreau 998/head
authorYann Collet <cyan@fb.com>
Fri, 19 Jan 2018 19:26:35 +0000 (11:26 -0800)
committerYann Collet <cyan@fb.com>
Fri, 19 Jan 2018 19:26:35 +0000 (11:26 -0800)
commitcb5eba8e206fb4a28c23809b7da949efd4603abc
treedf22eebd65be5c9b32bdae3de73e29991a522a6e
parentd19dc1903cdb046be9d9e4bebb9ce624eb2a6270
add `zcat` symlink support, suggested by @wtarreau

added some test
also updated relevant doc

+ fixed a mistake in `lz4` symlink support :
  lz4 utility doesn't remove source files by default (like zstd, but unlike gzip).
  The symlink must behave the same.
Makefile
programs/README.md
programs/zstdcli.c
tests/.gitignore
tests/playTests.sh