Files
tar/src
Sergey Poznyakoff c1d3d13493 Fix --remove-files.
Tar --remove-files relied on canonicalize_file_name,
which replaces symlinks in file name components with
the directories they point to. Due to this, tar
effectively ignored existence of symbolic links and
was unable to remove a directory that contained any
(Alexander Kozlov <akozlov@nada.kth.se>, 2010-03-15).

* gnulib.modules: Remove canonicalize.
* src/misc.c (normalize_filename): Rewrite
from scratch. The function operates only on
its input string, it makes no attempt to test
components for existence or to resolve symbolic
links.
* tests/Makefile.am (TESTSUITE_AT): Add remfiles03.at.
* tests/testsuite.at: Likewise.
* tests/remfiles03.at: New test case.
* NEWS: Update.
2010-03-17 11:52:40 +02:00
..
2009-03-07 16:30:44 +02:00
2007-06-27 13:30:12 +00:00
2010-03-12 09:48:46 +02:00
2008-10-05 09:09:16 +00:00
1994-11-16 02:57:33 +00:00
2010-03-02 18:08:07 +02:00
2010-03-17 11:52:40 +02:00
2007-06-27 13:30:12 +00:00
2010-03-02 18:44:25 +02:00
2010-03-11 15:05:57 +02:00
2007-06-27 13:30:12 +00:00
2009-05-12 12:12:15 +03:00
2009-08-05 22:18:33 +03:00
2010-02-05 18:39:53 +02:00