cvs commit: src/usr.bin/tar matching.c read.c src/usr.bin/tar/test
main.c test.h test_copy.c test_option_T.c test_patterns.c
test_patterns_2.tgz.uu test_patterns_3.tgz.uu
Tim Kientzle
kientzle at FreeBSD.org
Thu Aug 28 06:15:53 UTC 2008
kientzle 2008-08-28 06:15:29 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/tar matching.c read.c
usr.bin/tar/test main.c test.h test_copy.c test_option_T.c
test_patterns.c
Added files: (Branch: RELENG_6)
usr.bin/tar/test test_patterns_2.tgz.uu
test_patterns_3.tgz.uu
Log:
SVN rev 182353 on 2008-08-28 06:15:29Z by kientzle
MFC r181750,181801,181821,181845,181904,181958,181959,181971: Pattern-matching
fixes.
* Many tests.
* No longer strip leading '/' from pattern, so that /foo once again
matches /foo. (This was correct in FreeBSD 6.2, broken in 6.3, and
will now be fixed in 6.4.)
* Strip leading "./" or ".//" from both filenames and patterns so
that "./foo" matches "foo", etc.
PR: bin/117909
Revision Changes Path
1.9.2.6 +39 -5 src/usr.bin/tar/matching.c
1.23.2.15 +10 -11 src/usr.bin/tar/read.c
1.4.2.3 +31 -0 src/usr.bin/tar/test/main.c
1.4.2.3 +4 -0 src/usr.bin/tar/test/test.h
1.3.2.3 +3 -0 src/usr.bin/tar/test/test_copy.c
1.3.2.3 +4 -1 src/usr.bin/tar/test/test_option_T.c
1.6.2.2 +53 -0 src/usr.bin/tar/test/test_patterns.c
1.1.4.1 +9 -0 src/usr.bin/tar/test/test_patterns_2.tgz.uu (new)
1.1.4.1 +8 -0 src/usr.bin/tar/test/test_patterns_3.tgz.uu (new)
More information about the cvs-src
mailing list