This commit is contained in:
Sergey Poznyakoff
2003-09-03 00:06:12 +00:00
parent 99a5f5d4f9
commit 40138ceb05
+12
View File
@@ -1,3 +1,15 @@
2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* 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 <eggert@twinsun.com>
Update from gnulib, and correct fnmatch to fnmatch-gnu.