X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=5cf52599397de6f7325a14f3423545c089390da5;hb=9c2f94293083889abd182d3e68aef5e92c58205d;hp=ba119ef5ad6ff2e8a7306712a1e6b55abe4f4fd3;hpb=771ac30e0f93faa28398d01761936dec96fbeeee;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ba119ef..5cf5259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2005-02-04 Sergey Poznyakoff + + * src/extract.c: Further rewrite. + * src/buffer.c: Removed unused variables. + * src/list.c: Likewise + * src/tar.c (update_argv): Changed type to void + + * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant + * src/create.c (start_private_header,write_header_name) + (dump_hard_link): Restore compatibility with 1.13.25 + * src/extract.c (extract_archive): Rewritten + * src/list.c: Add translators' comments + * src/tar.c (options) Minor spelling fix + * tests/star/quicktest.sh: Determine path to the tar executable. + +2005-02-03 Sergey Poznyakoff + + * po/POTFILES.in: Added tests/genfile.c + * src/buffer.c (short_read): Use ngettext() + (new_volume): use quote(). + * src/create.c: Use quote() + * src/extract.c: Likewise + * src/xheader.c: Likewise + * src/misc.c: Add comments to translators + + * tests/same-order01.at: sort ls output + * tests/sparse01.at (RE_CHECK): Added missing space + + * tests/sparse02.at: Test extracting sparse files over a pipe. + * tests/Makefile.am: Added sparse02.at + * tests/testsuite.at: Likewise + * tests/listed02.at: Skip the test on filesystems that do not + update ctime of a file when renaming it. To be reverted when + the new incremental mode is ready. + * tests/sparse01.at: Extract and compare sparse file + +2005-02-02 Sergey Poznyakoff + + * src/sparse.c: Extract sparse files even if the output + fd is not seekable. + 2005-02-01 Sergey Poznyakoff * bootstrap: Add a comment to lib/Makefile.am saying that this @@ -5,7 +46,9 @@ Exit with code 1 if any of autotools fails. * lib/Makefile.tmpl: Insert Emacs magic to the first line. * tests/Makefile.am: Add append.at - + + * m4/.cvsignore: Ignore all *.m4 files + 2005-01-18 Sergey Poznyakoff Rewritten handling of -T (--files-from) option. Now it