]> Dogcows Code - chaz/tar/commitdiff
Updated
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 May 2005 15:15:25 +0000 (15:15 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 May 2005 15:15:25 +0000 (15:15 +0000)
ChangeLog
NEWS

index da3e564d71a7154a2107e1ecbf3298365459e69f..871c03d9b5c315f93e7a660215bb814f035d81a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.c (read_name_from_file,update_argv): Automatically
+       detect nul-terminated list files.
+       * NEWS: Updated
+
 2005-05-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * scripts/backup.sh.in: Bugfixes.
diff --git a/NEWS b/NEWS
index 2f6f491a6350cea187516db57856671e0b3e9b38..e13e44aee9fd1be7e2c03f9aca9af6a1047bb08e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ as option name within the file list file. Now any file whose name
 starts with - is handled as option. To insert file names starting with
 dash, use --add-file option.
 
+* List files containing null-separated file names are detected and processed
+automatically. It is not necessary to give --null option.
+
 * New option --no-unquote disables unquoting input file names. This
 is useful e.g. for processing output from `find dir -print0'.
 An orthogonal option --unquote is provided as well.
This page took 0.030501 seconds and 4 git commands to generate.