X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=88da272ce46bf3175f1c4af3533b08b0bc4b5e7a;hb=81a9e2ae36bd8c5f6accd83acb00826ad7222bb6;hp=29aaa2806609324d7a27e26efd9e03a05ea7fa8a;hpb=96148b87b79a7c22e06088d8f8bba9d5b303d09c;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 29aaa28..88da272 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +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 + * 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 + * NEWS: Started the entry for 1.13.26 + * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value. + +2003-07-24 Sergey Poznyakoff + + * .cvsignore: Added to the repository. + * doc/.cvsignore: Likewise. + * lib/.cvsignore: Likewise. + * m4/.cvsignore: Likewise. + * po/.cvsignore: Likewise. + * scripts/.cvsignore: Likewise. + * src/.cvsignore: Likewise. + * tests/.cvsignore: Likewise. + + * lib/Makefile.am: Added exitfail.[hc] + * src/misc.c (chdir_do): Fixed call to restore_cwd + * src/buffer.c (flush_read): Fixed behavior on short + reads right after opening the new archive (multiv01.sh test). + (new_volume): Special handling for "-". + * src/list.c (print_header): Print trailing slash if + current_trailing_slash was set (extrac03.sh,extrac04.sh tests). + * tests/multiv01.sh: Minor changes. + * m4/Makefile.am: Added missing files. + 2003-07-05 Paul Eggert Finish the checkin begin yesterday.