From: Sergey Poznyakoff Date: Wed, 3 Sep 2003 00:06:12 +0000 (+0000) Subject: Updated X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=40138ceb05129dfc5174951dcbb114a1f481170b;p=chaz%2Ftar Updated --- diff --git a/ChangeLog b/ChangeLog index 90fa5ea..83fb18f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-09-03 Sergey Poznyakoff + + * src/create.c (start_header): Store long file names + in "path" keyword of an extended header if in POSIX + mode. + (finish_header): print header before calling write_extended(). + * src/list.c (list_archive): Always decode the header. This + is necessary so the extended header is processed and the correct + filename is printed no matter what the state of verbose_option. + * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out + for the time being). + 2003-09-01 Paul Eggert Update from gnulib, and correct fnmatch to fnmatch-gnu.