]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
New option --format=ustar forces POSIX.1-1988 archive format.
[chaz/tar] / ChangeLog
index cfc8890f7b94caf820e8cac1ad914c40f7d300bc..9da751e6411fe4c33449b8b7245dd9a8dd81c69b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,46 @@
-2003-11-03  Paul Eggert  <eggert@twinsun.com>
+2003-11-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (read_and): Initialize current_stat_info
+       and extended_header at the start of the loop.
+       * src/names.c (all_names_found): Check if the argument
+       contains valid filename. Fixes coredump on `not_a_tar_file'
+       * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
+       (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
+       Fixes `pax-big-10g' bug.
+       
+2003-11-12  Paul Eggert  <eggert@twinsun.com>
+
+       Fix some C compatibility bugs reported by Joerg Schilling.
+
+       * src/common.h (stripped_prefix_len): Fix misspelling
+       "stripped_path_len" in declaration.
+       * src/rmt.c (main): Use "return FOO;" rather than
+       "exit (FOO);"; we no longer have to worry about
+       pre-ANSI hosts that mishandled returned values from "main".
+       * src/tar.c (main): Likewise.  This avoids warnings on some
+       compilers.
+       * src/system.c: Include signal.h, for 'kill'.
+       * src/system.h (DEV_BSIZE): Remove.
+       (DEFAULT_ST_BLKSIZE): New macro.
+       (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
+       * src/tar.c (enum): Remove comma just before }.
+       
+2003-11-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (decode_header): Initialize st_atime and
+       st_ctime.
+
+2003-11-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
+       Bunk <bunk@fs.tum.de> for reporting.
+       * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
+       <martin@xemacs.org> for spotting.
+
+2003-11-04  Paul Eggert  <eggert@twinsun.com>
 
-       * src/xheader.c (xhdr_tab): Include bounds in forward declaration,
-       as C89 and C99 require this.
+       * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
+       C99 require this.
 
 2003-10-26  Paul Eggert  <eggert@twinsun.com>
 
This page took 0.024458 seconds and 4 git commands to generate.