X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=ef46657c2279018e3a869ad2b02a368bd961143c;hb=9106e53684321f48244ae94fd50b0f7a41b5b723;hp=19b29247b4c29b5666e52bc347c7a04b5c1b0f2c;hpb=c877b48d68a5cc771328416dde250b018a481156;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 19b2924..ef46657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,34 @@ +2005-06-25 Sergey Poznyakoff + + * src/sparse.c (tar_sparse_init): Fill structure with zeros. Call + sparse_select_optab(). All callers updated. + (sparse_member_p, sparse_fixup_header): Use tar_sparse_init(). + 2005-06-23 Sergey Poznyakoff - * src/sparse.c (tar_sparse_init): Fix recent bugfixes: Initialize + * src/sparse.c (pax_sparse_member_p): Checking member size + vs. file size is not reliable enough. Use sparse_map_avail. + + * tests/star/gtarfail.at: Adapt to the new output format + * tests/star/gtarfail2.at: Likewise + * tests/star/multi-fail.at: Likewise + * tests/star/pax-big-10g.at: Likewise + * tests/star/ustar-big-2g.at: Likewise + * tests/star/ustar-big-8g.at: Likewise + + * tests/sparse03.at: New test. + * tests/Makefile.am: Add sparse03.at + * tests/testsuite.at: Likewise + + * src/xheader.c (size_decoder): Do not set archive_file_size. + + Fix bugs introduced yesterday: + + * src/sparse.c (tar_sparse_init): Initialize dimped_size to 0. + (sparse_scan_file): Initialize archive_file_size to 0. The + variable keeps size of the file *as stored in the archive*, not + the size reported by stat. 2005-06-22 Paul Eggert