zig/lib/std/compress
binarycraft007 35f013db11 lzma2: fix premature finish
lzma2 Decoder already checks if decoding is finished or not inside the
process function, `range_decoder`finish does not mean the decoder has
finished, also need to check `ld.rep[0] == 0xFFFF_FFFF`, which was
already done inside the proccess function. This fix delete the redundant
`isFinish()` check for `range_decoder`.
2025-09-03 01:48:46 -07:00
..
flate std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
lzma std.compress.lzma: tests passing 2025-08-26 21:00:58 -07:00
testdata remove v1 deflate implementation 2024-02-14 22:34:13 +01:00
xz std.compress.xz: fix 32-bit targets 2025-08-26 21:07:09 -07:00
zstd zstd.Decompress: Assert buffer length requirements as early as possible 2025-09-02 11:34:46 -07:00
flate.zig std.compress.flate.Decompress: don't compute checksums 2025-07-31 22:10:11 -07:00
lzma.zig std.compress.xz.Decompress: some tests passing 2025-08-26 21:00:58 -07:00
lzma2.zig lzma2: fix premature finish 2025-09-03 01:48:46 -07:00
xz.zig std.compress.lzma: update for new I/O API 2025-08-26 21:00:58 -07:00
zstd.zig std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00