]> Dogcows Code - chaz/tar/commitdiff
Updated
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 4 Oct 2003 14:05:14 +0000 (14:05 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 4 Oct 2003 14:05:14 +0000 (14:05 +0000)
ChangeLog

index 5ac749ca80d9526e5b74b6c30746247bfc3262b4..bcbed64e0d8ccf0d2b0fb5bf4bbd0a382b825898 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-10-04  Sergey Poznyakoff 
+
+       Implemented --occurrence option.
+       
+       * NEWS: Updated.
+       * 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
 2003-10-02  Sergey Poznyakoff 
 
        * src/tar.c: Removed extra precaution regarding
This page took 0.02771 seconds and 4 git commands to generate.