From: Sergey Poznyakoff Date: Mon, 1 Dec 2003 21:31:13 +0000 (+0000) Subject: Updated X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=084291fca16791779932efaf53f921af4cb7e999;p=chaz%2Ftar Updated --- diff --git a/ChangeLog b/ChangeLog index 8190e13..46d7cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-12-01 Sergey Poznyakoff + + * TODO: Updated + * src/sparse.c: Initial implementation of GNU/pax sparse + file format. + * src/common.h (xheader_store): Changed prototype. + * src/create.c: Update calls to xheader_store + * src/extract.c (extract_archive): Check reported size vs. + archive file size to determine if we have to do with a + sparse file. + * src/tar.c (usage): Cleaned up the sample argument to --newer + option. + (decode_options): Allow --sparse for POSIX_FORMAT archives. + * src/xheader.c (struct xhdr_tab.coder; all coder function): Added + extra argument + Implemeted GNU.sparse.* keywords. + 2003-11-30 Sergey Poznyakoff * configure.ac: Check for setlocale. Thanks Bruno Haible for