kientzle    2008-08-27 04:59:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/tar          matching.c read.c 
    usr.bin/tar/test     main.c test.h test_patterns.c 
  Added files:           (Branch: RELENG_7)
    usr.bin/tar/test     test_patterns_2.tgz.uu 
                         test_patterns_3.tgz.uu 
  Removed files:         (Branch: RELENG_7)
    usr.bin/tar/test     test_patterns.tgz.err.uu 
                         test_patterns.tgz.out.uu 
                         test_patterns.tgz.uu 
  Log:
  SVN rev 182239 on 2008-08-27 04:59:00Z by kientzle
  
  MFC r181801,181904,181958,181959,181971:  Many improvements to
  pattern-matching tests.  Two bug fixes:
   * Don't remove leading '/' from patterns to be matched.
     This aligns the pattern-matching with GNU tar and with earlier
     versions of bsdtar.
   * Write unedited paths for -t.  This makes the pattern-matching
     behavior, in particular, a lot more transparent.  The cost is
     that you have no good way to preview the effects of pathname
     substitutions.
  
  PR:             bin/117909
  
  Revision  Changes    Path
  1.11.2.4  +0 -2      src/usr.bin/tar/matching.c
  1.34.2.5  +10 -11    src/usr.bin/tar/read.c
  1.3.2.3   +31 -0     src/usr.bin/tar/test/main.c
  1.3.2.3   +4 -0      src/usr.bin/tar/test/test.h
  1.1.2.3   +49 -9     src/usr.bin/tar/test/test_patterns.c
  1.2.2.2   +0 -6      src/usr.bin/tar/test/test_patterns.tgz.err.uu (dead)
  1.2.2.2   +0 -5      src/usr.bin/tar/test/test_patterns.tgz.out.uu (dead)
  1.2.2.2   +0 -9      src/usr.bin/tar/test/test_patterns.tgz.uu (dead)
  1.1.2.1   +9 -0      src/usr.bin/tar/test/test_patterns_2.tgz.uu (new)
  1.1.2.1   +8 -0      src/usr.bin/tar/test/test_patterns_3.tgz.uu (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to