zstd/lib/legacy
Yann Collet 2bd6440be0 pinned down error code enum values
Note : all error codes are changed by this new version,
but it's expected to be the last change for existing codes.

Codes are now grouped by category, and receive a manually attributed value.
The objective is to guarantee that
error code values will not change in the future
when introducing new codes.
Intentionnal empty spaces and ranges are defined
in order to keep room for potential new codes.
2017-07-13 17:12:16 -07:00
..
zstd_legacy.h Fix legacy support=0 case and accidental double include of version headers 2017-03-13 17:19:37 -07:00
zstd_v01.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v01.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v02.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v02.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v03.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v03.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v04.c pinned down error code enum values 2017-07-13 17:12:16 -07:00
zstd_v04.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v05.c pinned down error code enum values 2017-07-13 17:12:16 -07:00
zstd_v05.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v06.c pinned down error code enum values 2017-07-13 17:12:16 -07:00
zstd_v06.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v07.c fixed redundant declarations in legacy v0.5 and v0.7 decoders 2017-05-15 17:44:04 -07:00
zstd_v07.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00