X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=83fb18f4d8849cecef52994399851d346dfeb695;hb=10edb315da532371e65a7d83a16f50ade5b545e4;hp=90fa5ea9b98a26465173d9a3549626ece527372a;hpb=01f19e973bfc7636b2ca9c54482d3ccf490ed7dd;p=chaz%2Ftar 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.