aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/matching.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newTim Kientzle2009-03-081-1/+1
* Fix SVN r181821 by not using FNM_LEADING_DIR whereTim Kientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenamesTim Kientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.Tim Kientzle2008-08-171-2/+0
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-261-0/+23
* Fix --fast-read by decrementing the remaining patterns to be matched,Tim Kientzle2008-03-181-1/+1
* bsdtar 2.0.23:Tim Kientzle2007-03-111-0/+6
* Correct the copyright messages: Make this a standard vanillaTim Kientzle2007-01-091-3/+2
* A handful of minor portability and style improvements.Tim Kientzle2005-03-141-0/+2
* Add a fallback version of fnmatch() to the bsdtarTim Kientzle2004-12-221-8/+164
* A bunch of stuff from Christoph Mellon:Tim Kientzle2004-07-241-1/+1
* Augment the -T handling:Tim Kientzle2004-06-271-40/+16
* Add gtar-compatible -X/--exclude-fromTim Kientzle2004-06-151-0/+38
* Both "foo/" and "foo" should match "foo/bar", so stripTim Kientzle2004-06-021-0/+3
* Propagate struct bsdtar down into a lot more places.Tim Kientzle2004-05-171-6/+7
* Add DPADD to Makefile (thanks to Andrey for pointing this out).Tim Kientzle2004-04-121-3/+0
* Initial commit for bsdtar.Tim Kientzle2004-04-051-0/+243