X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=8190e13a2c3687bef49600e4dcb3c58f5f54ef01;hb=b741d17b27e812f84a89655897a505ccba8d0d7f;hp=f0ceba5e693a8fc04f203bee6543525d1d7d671e;hpb=40ede4e2df0a46e59ad70b64aac0bbb16bacb28f;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index f0ceba5..8190e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2003-11-30 Sergey Poznyakoff + + * configure.ac: Check for setlocale. Thanks Bruno Haible for + reporting. + +2003-11-25 Sergey Poznyakoff + + * src/create.c (write_gnu_long_link): Use oldgnu + magic with @LongLink blocks. + +2003-11-17 Sergey Poznyakoff + + * src/tar.h: Support for star sparse format. + * src/sparse.c: Likewise. + +2003-11-17 Sergey Poznyakoff + + * src/sparse.c (sparse_diff_file): New function + * src/common.h (sys_compare_uid,sys_compare_gid): New functions + (sys_compare_uid_gid): Removed. + (sys_compare_links,report_difference): Changed prototype + (sparse_diff_file): New function + * src/system.c (sys_compare_uid,sys_compare_gid): New functions + (sys_compare_uid_gid): Removed. + (sys_compare_links): Changed declaration + * src/compare.c (diff_archive): Use sparse_diff_file. + 2003-11-16 Sergey Poznyakoff Rewritten sparse file handling.