preset behavior for gzip, gunzip and gzcat

when zstd is called through a link named gzip, gunzip or gzcat,
provides the same behavior as the related program.
gzip compresses using --format=gz
both gzip and gunzip enable --rm by default
This commit is contained in:
Yann Collet
2017-02-14 10:45:19 -08:00
parent aca067f19d
commit c09d16ba8c
2 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
v1.1.4
cli : new : advanced comnmand --priority=rt, by Przemyslaw Skibinski
cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
cli : new : advanced benchmark command --priority=rt
cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
API : new : ZSTD_getFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize(), by Sean Purcell
API : change : ZSTD_compress*() with srcSize==0 create an empty-frame of known size, by Sean Purcell
API : change : ZSTD_compress*() with srcSize==0 create an empty-frame of known size
doc : new : educational decoder, by Sean Purcell
v1.1.3