This commit is contained in:
Sergey Poznyakoff
2006-12-07 14:34:28 +00:00
parent e35d05b1d2
commit 8ec119a27f

View File

@@ -1,3 +1,15 @@
2006-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
* Makefile.am (distclean-local): Fixed
* doc/tar.texi: Update documentation of --exclude-tag
* src/create.c (dump_dir0): Move checks for exclude tags to
dump_file0.
(dump_dir): Move calls to ensure_slash to dump_file0
* src/extract.c (extract_file): Call skip_member if open fails.
Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>
* tests/truncate.at: Use genfile instead of dd, because on some
systems /dev/zero is not available.
2006-12-04 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Fix some race conditions with tar -x --same-owner.