X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=5ac8a382db174ad87680b09565dbfbcf7bc40d17;hb=719c762d8097c70af065b0f7e6eacdcbd92e03c9;hp=6f7eae2f788791f432ab5c0bf2ca7a637a8d6b56;hpb=e23ad5b4f6c49bd14913a49bdab9c380d646dd73;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 6f7eae2..5ac8a38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2003-10-04 Sergey Poznyakoff + + Implemented --occurrence option. + + * NEWS: Updated. + * src/tar.c: New option --occurrence. + * src/common.h (occurrence_option): New global + (struct name): Changed `found' member to `uintmax_t + found_count'. + (names_done): Removed + (all_names_found): Changed prototype. + (ISFOUND,WASFOUND): New macros + * src/delete.c (delete_archive_members): Honor --occurence + option. + * src/list.c (read_and): Likewise. + * src/names.c: Count number of occurrences of each name in the + archive. + (name_match): Honor --occurence option. + (names_done): Removed + (all_names_found,names_notfound): Rewritten. + +2003-10-02 Sergey Poznyakoff + + * src/tar.c: Removed extra precaution regarding + subcommand_option == CAT_SUBCOMMAND + * lib/Makefile.am: Updated + 2003-10-02 Sergey Poznyakoff * src/common.h (names_done): New function.