X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=bbacf020e3e5fd252220990bab7d7037d12f17b1;hb=7657bd43238f4d3f65d3f43cdf3b9da2b24a4c10;hp=3c24791b279e25a52d23faf71e3cc088c89b27c7;hpb=df2f967cdd7ec7272eb626bc1a5f1d3a491c3c80;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 3c24791..bbacf02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +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 + + * 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 + + * 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 * TODO: Updated