CVS commit: src/usr.bin/gzip
"Simon Burge" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: simonb Date: Thu Apr 30 13:35:33 UTC 2026 Modified Files: src/usr.bin/gzip: Makefile gzip.1 gzip.c Added Files: src/usr.bin/gzip: unzstd.c Log Message: Add support for decompressing zstd files. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/gzip/Makefile cvs rdiff -u -r1.33 -r1.34 src/usr.bin/gzip/gzip.1 cvs rdiff -u -r1.129 -r1.130 src/usr.bin/gzip/gzip.c cvs rdiff -u -r0 -r1.1 src/usr.bin/gzip/unzstd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.