cvs commit: src/usr.bin/tar Makefile Makefile.am bsdtar.1 bsdtar.c
bsdtar.h bsdtar_platform.h configure.ac.in getdate.y read.c tree.c
util.c write.c
Tim Kientzle
kientzle at FreeBSD.org
Sun Jul 30 06:32:15 UTC 2006
kientzle 2006-07-30 06:32:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h
bsdtar_platform.h getdate.y read.c tree.c
util.c write.c
Removed files: (Branch: RELENG_6)
usr.bin/tar Makefile.am configure.ac.in
Log:
MFC bsdtar 1.2.53 to FreeBSD 6:
* Fixes bin/87911 (internal error attempting -u with empty file)
* Fixes bin/84993 (warnings with GCC 4.1)
* Fixes bin/95175 (core dump on nonexistent symlink)
* Documentation fixes
* Corrections to pathname matching
* Portability fixes
* Initial extended attribute support
Revision Changes Path
1.24.2.1 +2 -36 src/usr.bin/tar/Makefile
1.3.2.1 +0 -21 src/usr.bin/tar/Makefile.am (dead)
1.29.2.2 +5 -5 src/usr.bin/tar/bsdtar.1
1.63.2.3 +3 -7 src/usr.bin/tar/bsdtar.c
1.23.2.1 +1 -1 src/usr.bin/tar/bsdtar.h
1.15.2.2 +14 -4 src/usr.bin/tar/bsdtar_platform.h
1.9.2.1 +0 -117 src/usr.bin/tar/configure.ac.in (dead)
1.4.2.1 +4 -1 src/usr.bin/tar/getdate.y
1.23.2.1 +1 -3 src/usr.bin/tar/read.c
1.2.2.1 +3 -2 src/usr.bin/tar/tree.c
1.13.2.1 +0 -1 src/usr.bin/tar/util.c
1.41.2.1 +149 -29 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list