Date: Sun, 21 Jun 2009 09:39:43 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/gzip gzip.c unpack.c Message-ID: <200906210940.n5L9e69w075153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-06-21 09:39:43 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Added files: usr.bin/gzip unpack.c Log: SVN rev 194579 on 2009-06-21 09:39:43Z by delphij Add support for uncompressing pack(1)'ed files. Pack(1) is a program found in some commercial Unix systems, which utilizes Huffman minimum redundancy code tree to compress files. This implementation supports the "new" pack format only, just like GNU gzip did. Thanks for oliver@'s archive set which I can test against, and Mingyan Guo for providing helpful review of my code. PR: bin/109567 MFC after: 1 month Revision Changes Path 1.10 +37 -1 src/usr.bin/gzip/gzip.c 1.1 +322 -0 src/usr.bin/gzip/unpack.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906210940.n5L9e69w075153>