X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=61863ff474a2fd1bccba11b810f26f31a2ef3c35;hb=5df61b429a5e292fd138e0861d43096d6336fe8b;hp=c8c992943595a2393fbef870e3825413765be254;hpb=6204e3c71843af933d325b54a5cdcb29e2cdcc82;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c8c9929..61863ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ +2005-11-26 Sergey Poznyakoff + + * src/xheader.c (xheader_format_name): Fix memory leak. + 2005-11-11 Sergey Poznyakoff + * gnulib.modules: Add rpmatch + * lib/stdopen.h, lib/stdopen.c: New file. Imported from coreutils. + * lib/Makefile.tmpl: Add stdopen.h, stdopen.c + * po/POTFILES.in: Add rpmatch.c + * src/tar.c (confirm): Rewritten using rpmatch. + (decode_options): Minor optimizations + (main): Call stdopen() to ensure the first three descriptors are + open. + + * tests/multiv01.at, tests/multiv02.at, tests/multiv03.at, + tests/multiv04.at, tests/sparsemv.at, tests/sparsemvp.at, + tests/star/multi-fail.at: Close stdin so that if something fails + causing tar to ask for the next volume, it won't hang the + testsuite. + * src/buffer.c (flush_write,flush_read): Change data type. (flush_archive): Compute actual buffer fill level before calling low level function.