Page MenuHomeFreeBSD

gzip: Add support for decompressing zstd files.
ClosedPublic

Authored by des on Nov 2 2022, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 3:43 PM
Unknown Object (File)
Sun, Nov 3, 6:59 PM
Unknown Object (File)
Mon, Oct 28, 10:50 AM
Unknown Object (File)
Mon, Oct 28, 10:50 AM
Unknown Object (File)
Mon, Oct 28, 10:49 AM
Unknown Object (File)
Mon, Oct 28, 10:49 AM
Unknown Object (File)
Mon, Oct 28, 10:49 AM
Unknown Object (File)
Mon, Oct 28, 10:28 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Nov 2 2022, 1:54 PM
pstef added inline comments.
usr.bin/gzip/gzip.c
1608

If this comment is here to stay, I suggest turning it to PL/I style.

usr.bin/gzip/unzstd.c
6

Can we drop this?

57

style nitpick: bytes_in is not a boolean.

des marked 3 inline comments as done.Nov 2 2022, 5:29 PM
allanjude added a subscriber: allanjude.

Reviewed by: allanjude

This revision is now accepted and ready to land.Nov 4 2022, 12:48 PM
This revision was automatically updated to reflect the committed changes.