Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 12/23/2003 05:16:33
Module Name: src
Committed By: mrg
Date: Tue Dec 23 05:16:33 UTC 2003
Update of /cvsroot/src/usr.bin/gzip
In directory ivanova.netbsd.org:/tmp/cvs-serv18934
Log Message:
import distrib/utils/x_gzip into usr.bin/gzip, with these enhancements:
- fully updated manual
- -n/-N support
- time stamp/owner/etc saved properly
- GNU gzip --long-options supported (missing --ascii, --list
and --licence)
- various cleanups & fixes
note that "-n" (save filename) support is currently disabled due to
depending on API changes in zlib. for now, this support is disabled
(however "gzip -N -d" works.)
this gzip(1) replacement is ready for serious testing. issues are:
- might implement --list one day
- zlib API addition
Vendor Tag: mrg
Release Tags: gzip-2-0
N src/usr.bin/gzip/Makefile
N src/usr.bin/gzip/gzip.1
N src/usr.bin/gzip/gzip.c
No conflicts created by this import