From: Sergey Poznyakoff Date: Wed, 19 May 2004 14:30:21 +0000 (+0000) Subject: Updated X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=53614b3dffb927c5aa21c134775f5fe0dce95024;p=chaz%2Ftar Updated --- diff --git a/ChangeLog b/ChangeLog index 1c71239..0be0c7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2004-05-19 Sergey Poznyakoff + * src/buffer.c (seek_archive): New function + * src/common.h (seek_archive): New function + (seekable_archive): New global. + * src/list.c (skip_file): Use seek_archive() if + possible. + * src/tar.c (struct fmttab): Accept 'pax' as alias + for 'posix' + (options): New option -n (--seek). + * src/update.c: Determine type of the archive before + appending to it. + + * TODO: Updated. + +2004-05-19 Sergey Poznyakoff + * bootstrap: New option --update-po * src/tar.c: New option -H (short alias to --format) * doc/tar.texi: Document -H option