X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=e8da2321e2ed78468a8acb2e305077c6c7720018;hb=49ce0ebbea0bbd3c03b87b0cae94aaaf63d10b30;hp=bbacf020e3e5fd252220990bab7d7037d12f17b1;hpb=7657bd43238f4d3f65d3f43cdf3b9da2b24a4c10;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index bbacf02..e8da232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2003-09-01 Sergey Poznyakoff + + Added initial support for creating POSIX headers. + + * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines + (string_to_chars): New functions + (struct xheader): Changed structure + (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed + prototypes. + * src/create.c (string_to_chars): New function. + (write_extended): New function + (start_header): Create extended POSIX headers if necessary. + (finish_header): Likewise. + * src/list.c (print_header): Take user/group from + current_stat_info. + * src/names.c (gid_to_gname,gname_to_gid) + (uid_to_uname,uname_to_uid): Changed prototypes. + * src/tar.c: New option --format. + * src/tar.h (OLDGNU_COMPATIBILITY): Removed + (struct extra_header): Removed unused structure. + (union block.extra_header): Removed unused member. + * src/xheader.c: Implemented coder functions. + * bootstrap: Added obstack. + * lib/.cvsignore: Likewise. + * configure.ac: Added 'gl_OBSTACK' + * TODO: Minor formatting change + 2003-08-31 Sergey Poznyakoff Added initial support for POSIX extended and STAR headers