]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Updated
[chaz/tar] / ChangeLog
index fa27bd3479244ebc315f2d7ede46068edc5afb80..bbacf020e3e5fd252220990bab7d7037d12f17b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2003-08-31  Sergey Poznyakoff 
+
+       Added initial support for POSIX extended and STAR headers
+       (only for listing/extracting).
+       
+       * src/xheader.c: New file.
+       * src/Makefile.am: Added xheader.c
+       * src/tar.h (struct star_header): New datatype
+       (XHDTYPE,XGLTYPE): New defines
+       (enum archive_format:STAR_FORMAT): New member
+       (struct tar_stat_info): New datatype.
+       (union block.star_header): New member.
+       * src/common.h (orig_file_name,current_file_name)
+       (current_trailing_slash,current_link_name): Removed variables.
+       (current_stat_info): New variable
+       (current_stat): Removed
+       (extended_header): New variable
+       (decode_header): Changed prototype.
+       * src/list.c (decode_header): Added initial support for POSIX extended
+       and STAR headers.
+       (skip_member): Check oldgnu_header only if current_format is set
+       to OLDGNU_FORMAT.
+       * src/buffer.c: Use current_stat_info
+       * src/compare.c: Likewise.
+       * src/create.c: Likewise.
+       * src/delete.c: Likewise.
+       * src/incremen.c: Likewise.
+       * src/mangle.c: Likewise.
+       * src/update.c: Likewise.
+       * src/extract.c: Likewise.
+       (make_directories): Improved check for the existence of the directory
+       * src/tar.c (destroy_stat): New function.
+
+2003-08-29  Paul Eggert  <eggert@twinsun.com>
+
+       * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
+       was worth (e.g., different users in en_GB disagree about -ize
+       versus -ise).
+       * po/en_GB.po: Remove.
+
+2003-07-28  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * TODO: Updated
+       * NEWS: Updated
+       * src/tar.c: Removed support for the obsolete command line
+       options.
+       * doc/tar.texi: Removed references to the obsolete command
+       line options.
+
+2003-07-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * TODO: Updated
+       * NEWS: Updated
+       * doc/tar.texi: Updated
+       * src/common.h (check_links_option): New variable
+       (orig_file_name): New variable
+       (check_links): New proto.
+       * src/create.c (struct link.nlink): New member
+       (link_table): Static for the module.
+       (dump_file): Update `link' member when adding new links
+       to the link_table.
+       (check_links): New function.
+       * src/list.c (print_header): Use orig_file_name.
+       * src/tar.c: New option --check-links. Changed semantics of
+       -o to comply to UNIX98 when extracting and to its previous
+       semantics otherwise.
+       (main): Call check_links if --check-links. was given.
+       
+2003-07-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (print_header): Revised
+       * NEWS: Started the entry for 1.13.26 
+       * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
+
 2003-07-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * .cvsignore: Added to the repository.
This page took 0.021796 seconds and 4 git commands to generate.