Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/18/2004 08:19:48
Module Name:	src
Committed By:	mrg
Date:		Wed Feb 18 08:19:48 UTC 2004

Modified Files:
	src/usr.bin/gzip: gzip.c
Added Files:
	src/usr.bin/gzip: zuncompress.c

Log Message:
support decompressing "compress"ed files.  from rtr@ with a few minor edits
from me.  code in zuncompress liberally borrowed from usr.bin/compress.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/gzip/gzip.c
cvs rdiff -r0 -r1.1 src/usr.bin/gzip/zuncompress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.