]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
--strip strips file system prefix too, and it counts adjacent
[chaz/tar] / ChangeLog
index 99f31a86fad1c470a9dbb6ebfbe354e4cfa5bdc6..af6888b6083d3683b3351de34ffac69ea4db9c55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+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
+       'sed' is no longer required.  For GNU m4 1.4, suggest the patch in
+       Debian bug 211447.  Fix minor misspellings/whitespace nits.
+
+       * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
+       gl_USE_SYSTEM_EXTENSIONS.
+
+       * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
+       * m4/.cvsignore: Add restrict.m4, time_r.m4.
+
 2003-09-17  Paul Eggert  <eggert@twinsun.com>
 
        * bootstrap: Don't use "for option; do";
This page took 0.020683 seconds and 4 git commands to generate.