+2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/names.c (excluded_name): excluded_filename ->
+ excluded_file_name, because the name was changed in gnulib.
+
2005-05-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* src/tar.c (read_name_from_file,update_argv): Automatically
(init_common): Set --rsh-command option for mt if TAPE_FILE is a
remote archive.
* doc/tar.texi: Document new backup scripts behavior
-
+
2005-05-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* lib/.cvsignore: Updated
paxutils
* src/misc.c: Likewise
* src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
-
+
2005-05-17 Paul Eggert <eggert@cs.ucla.edu>
* src/misc.c (remove_any_file): Fix typo in previous change.
bool
excluded_name (char const *name)
{
- return excluded_filename (excluded, name + FILE_SYSTEM_PREFIX_LEN (name));
+ return excluded_file_name (excluded, name + FILE_SYSTEM_PREFIX_LEN (name));
}
\f
/* Names to avoid dumping. */