X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=4efe128e87cbfd0a1778c59478fed14fb79cb404;hb=a18256492a79920828cd55d49f8cdd9bb7dd64fb;hp=ac5e2f86cb039c42efd6bbbaece78678e0f13dec;hpb=6dd7e857e505c890374c3e4a05f49e1efe555228;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ac5e2f8..4efe128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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 + * 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 * src/list.c (print_header): Revised