]> git.ipfire.org Git - thirdparty/zstd.git/commit
Rename "External Matchfinder" to "Block-Level Sequence Producer" (#3484)
authorElliot Gorokhovsky <embg@fb.com>
Thu, 9 Feb 2023 22:01:17 +0000 (17:01 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 22:01:17 +0000 (17:01 -0500)
commitff42ed1582bf15fbeb1585df71e42676a7d49da7
treebfba23e2188ac64924b60a0a886c04b46a9c8184
parent4aa3bc49da8608c0cc921fbc49b703addb6cffa8
Rename "External Matchfinder" to "Block-Level Sequence Producer" (#3484)

* change "external matchfinder" to "external sequence producer"

* migrate contrib/ to new naming convention

* fix contrib build

* fix error message

* update debug strings

* fix def of invalid sequences in zstd.h

* nit

* update CHANGELOG

* fix .gitignore
20 files changed:
CHANGELOG
Makefile
contrib/externalMatchfinder/.gitignore [deleted file]
contrib/externalMatchfinder/README.md [deleted file]
contrib/externalSequenceProducer/.gitignore [new file with mode: 0644]
contrib/externalSequenceProducer/Makefile [moved from contrib/externalMatchfinder/Makefile with 87% similarity]
contrib/externalSequenceProducer/README.md [new file with mode: 0644]
contrib/externalSequenceProducer/main.c [moved from contrib/externalMatchfinder/main.c with 89% similarity]
contrib/externalSequenceProducer/sequence_producer.c [moved from contrib/externalMatchfinder/matchfinder.c with 94% similarity]
contrib/externalSequenceProducer/sequence_producer.h [moved from contrib/externalMatchfinder/matchfinder.h with 91% similarity]
lib/common/error_private.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/zstd.h
lib/zstd_errors.h
tests/external_matchfinder.c
tests/external_matchfinder.h
tests/fuzz/Makefile
tests/fuzz/zstd_helpers.c
tests/zstreamtest.c