cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h
config_freebsd.h matching.c read.c subst.c util.c write.c
src/usr.bin/tar/test Makefile main.c test.h test_copy.c
test_option_T.c test_patterns.c
Tim Kientzle
kientzle at FreeBSD.org
Sun Aug 10 07:36:13 UTC 2008
kientzle 2008-08-10 07:35:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h
config_freebsd.h matching.c read.c util.c
write.c
usr.bin/tar/test Makefile main.c test.h test_copy.c
test_option_T.c
Added files: (Branch: RELENG_7)
usr.bin/tar subst.c
usr.bin/tar/test test_patterns.c
Log:
SVN rev 181514 on 2008-08-10 07:35:55Z by kientzle
Big MFC of bsdtar 2.5.5.
Revision Changes Path
1.32.2.3 +4 -3 src/usr.bin/tar/Makefile
1.35.2.7 +38 -2 src/usr.bin/tar/bsdtar.1
1.77.2.12 +21 -1 src/usr.bin/tar/bsdtar.c
1.28.2.4 +9 -1 src/usr.bin/tar/bsdtar.h
1.1.4.3 +1 -1 src/usr.bin/tar/config_freebsd.h
1.11.2.2 +23 -0 src/usr.bin/tar/matching.c
1.34.2.4 +8 -1 src/usr.bin/tar/read.c
1.4.2.1 +287 -0 src/usr.bin/tar/subst.c (new)
1.2.2.2 +1 -0 src/usr.bin/tar/test/Makefile
1.3.2.2 +6 -3 src/usr.bin/tar/test/main.c
1.3.2.2 +15 -16 src/usr.bin/tar/test/test.h
1.2.2.2 +108 -82 src/usr.bin/tar/test/test_copy.c
1.2.2.2 +19 -0 src/usr.bin/tar/test/test_option_T.c
1.1.2.1 +47 -0 src/usr.bin/tar/test/test_patterns.c (new)
1.17.2.2 +57 -5 src/usr.bin/tar/util.c
1.63.2.6 +88 -227 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list