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)
Thu, May 2, 4:00 PM
Unknown Object (File)
Sun, Apr 28, 1:51 PM
Unknown Object (File)
Fri, Apr 26, 1:35 PM
Unknown Object (File)
Apr 8 2024, 11:20 AM
Unknown Object (File)
Mar 30 2024, 12:14 AM
Unknown Object (File)
Mar 30 2024, 12:09 AM
Unknown Object (File)
Mar 30 2024, 12:09 AM
Unknown Object (File)
Mar 30 2024, 12:09 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.