X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=e963c984247924a981d325f8fb9bf827719dd348;hb=44ce72fa96e900f6d99530cda643a6d976cb7433;hp=39aefa1c96a0f097f5291e8523932fba700447d6;hpb=040b5ab5f969f9ee6c69a54bc284e2ff57b86556;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 39aefa1..e963c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-06-23 Sergey Poznyakoff + + * 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 A sweep of the sparse code prompted by a bug report by Jim Meyering.