]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed searchLength into minMatch
authorYann Collet <cyan@fb.com>
Tue, 20 Nov 2018 22:56:07 +0000 (14:56 -0800)
committerYann Collet <cyan@fb.com>
Tue, 20 Nov 2018 22:56:07 +0000 (14:56 -0800)
commite874dacc0884f62f6b2e577d90c35c26601e18ce
tree25423f7b33853f6288c0b0ebe8edf3a374a5986e
parent114bd4346e888d3ac40889a496556f47a5590230
changed searchLength into minMatch

refactored all relevant API and calls
for consistency.
18 files changed:
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/compress/zstd_double_fast.c
lib/compress/zstd_fast.c
lib/compress/zstd_lazy.c
lib/compress/zstd_ldm.c
lib/compress/zstd_opt.c
lib/legacy/zstd_v04.c
lib/zstd.h
programs/benchzstd.c
programs/fileio.c
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
tests/fullbench.c
tests/paramgrill.c
tests/playTests.sh
tests/zstreamtest.c