]> Dogcows Code - chaz/tar/commit
Update for new exclude module from gnulib. Add testcases by Phil Proudman.
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 12 Aug 2009 16:25:29 +0000 (19:25 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 12 Aug 2009 16:25:29 +0000 (19:25 +0300)
commitaeffa4f266dbeb3325300a86ae7a6652589d2021
tree7bbf7954a8d2e601d85821a139f8b66baed05565
parent829b3feb26592794e95349fc78cebb427deab8db
Update for new exclude module from gnulib. Add testcases by Phil Proudman.

* src/names.c (is_pattern): Remove.
(regex_usage_warning): Use fnmatch_pattern_has_wildcards instead of
is_pattern.
* src/tar.c: New option --exclude-backups.
(vcs_file_table, backup_file_table): New globals.
(add_exclude_array): New function.
* tests/exclude01.at, tests/exclude02.at,
tests/exclude03.at, tests/exclude04.at,
tests/exclude05.at: New testcases. Supplied by Phil Proudman.
* tests/Makefile.am (TESTSUITE_AT): Add new tests.
* tests/testsuite.at: Add new tests.
* THANKS: Update.
THANKS
src/names.c
src/tar.c
tests/Makefile.am
tests/exclude01.at [new file with mode: 0644]
tests/exclude02.at [new file with mode: 0644]
tests/exclude03.at [new file with mode: 0644]
tests/exclude04.at [new file with mode: 0644]
tests/exclude05.at [new file with mode: 0644]
tests/testsuite.at
This page took 0.019172 seconds and 4 git commands to generate.