]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
(read_and): Use all_names_found() as `while' condition.
[chaz/tar] / ChangeLog
index f990a350f03fbd29267d0a4cded9457333c0c434..bea5617147705ae90d2e7a8d25d2aed463f5679a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-09-24  Paul Eggert  <eggert@twinsun.com>
+
+       * src/rmt.c (main): Don't translate Copyright string; international
+       law says the word "Copyright" should be in English.
+       * src/tar.c (decode_options): Likewise.
+
+2003-09-22  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/tar.texi (extracting untrusted archives): New section.
+
+       * src/common.h (stripped_path_len): Renamed from cut_path_elements.
+       Return size_t, not pointer, so that we don't have to worry about
+       violating the C standard by converting char const * to char *.
+       All callers changed.
+       * src/names.c (stripped_path_len): Likewise.  Strip file system
+       prefix, too.  Count adjacent slashes as if they were one slash;
+       that is the POSIX standard.
+
 2003-09-17  Paul Eggert  <eggert@twinsun.com>
 
        * README-alpha: Document maintainer tool assumptions a bit.  GNU
This page took 0.022357 seconds and 4 git commands to generate.