Date: Mon, 6 Jun 2011 05:40:52 +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: <201106060541.p565f5CC094013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2011-06-06 05:40:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.bin/gzip Makefile gzip.1 gzip.c zdiff zdiff.1
zuncompress.c
Log:
SVN rev 222735 on 2011-06-06 05:40:52Z 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.12.2 +1 -1 src/usr.bin/gzip/Makefile
1.7.2.4 +4 -4 src/usr.bin/gzip/gzip.1
1.12.2.6 +7 -5 src/usr.bin/gzip/gzip.c
1.1.12.2 +75 -44 src/usr.bin/gzip/zdiff
1.1.12.2 +46 -13 src/usr.bin/gzip/zdiff.1
1.2.2.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?201106060541.p565f5CC094013>
