Page MenuHomeFreeBSD

gzip: Add support for decompressing zstd files.
ClosedPublic

Authored by des on Nov 2 2022, 1:54 PM.
Tags
None
Referenced Files
F154837717: D37236.id112495.diff
Wed, Apr 29, 1:53 PM
F154772032: D37236.id112596.diff
Wed, Apr 29, 10:13 AM
F154769832: D37236.id112596.diff
Wed, Apr 29, 10:07 AM
F154733224: D37236.id112495.diff
Wed, Apr 29, 8:19 AM
F154729704: D37236.id112495.diff
Wed, Apr 29, 8:10 AM
F154702654: D37236.id112519.diff
Wed, Apr 29, 6:30 AM
F154700764: D37236.id112519.diff
Wed, Apr 29, 6:26 AM
Unknown Object (File)
Sat, Apr 25, 5:25 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48120
Build 45007: arc lint + arc unit

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
5

Can we drop this?

56

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.