Date: Mon, 6 Jun 2011 05:48:25 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/gzip Makefile gzip.1 gzip.c zdiff zdiff.1 zuncompress.c Message-ID: <201106060548.p565mfNX094528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2011-06-06 05:48:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.bin/gzip Makefile gzip.1 gzip.c zdiff zdiff.1
zuncompress.c
Log:
SVN rev 222736 on 2011-06-06 05:48:25Z by delphij
MFC r222210, 222211, 222287:
- Diff reduction against NetBSD. The most notable change is to zdiff(1)
to handle more file formats including bzip2 and xz.
- Match symbolic link handling behavior with GNU gzip, bzip2 and xz:
When we are operating on a symbolic link pointing to an existing
file, bail out by default, but go ahead if -f is specified.
Revision Changes Path
1.2.4.1 +1 -1 src/usr.bin/gzip/Makefile
1.4.2.5 +4 -4 src/usr.bin/gzip/gzip.1
1.4.2.7 +7 -5 src/usr.bin/gzip/gzip.c
1.1.4.1 +75 -44 src/usr.bin/gzip/zdiff
1.1.4.1 +46 -13 src/usr.bin/gzip/zdiff.1
1.1.4.2 +1 -1 src/usr.bin/gzip/zuncompress.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106060548.p565mfNX094528>
