X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=385fa9487e40e2f5761bf507cb2bde9ac5dcecb8;hb=36be286c03075186899bab0ef0c2c599d1766b26;hp=c8c992943595a2393fbef870e3825413765be254;hpb=6204e3c71843af933d325b54a5cdcb29e2cdcc82;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c8c9929..385fa94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ +2005-11-27 Sergey Poznyakoff + + * src/xheader.c: Remove parts of code prematurely introduced + yesterday. Thanks Eric Blake. + +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.