X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=e10b9fe43e9eb9a6f916bf4fdbf548031504fb54;hb=ae5473fe0255b856e1fd3c0462abf7cea2b9d18f;hp=a1687403f6cbf6cf0f84abea48747182ae93a759;hpb=eacde4bca738cc819c369980ce9640f69ea1f283;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index a168740..e10b9fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2005-09-14 Sergey Poznyakoff + + * src/incremen.c (list_dumpdir): New function. Used to dump + contents of GNUTYPE_DUMPDIR blocks. + * src/common.h (list_dumpdir): Likewise. + * src/list.c (list_archive): Use list_dumpdir() to display + GNUTYPE_DUMPDIR blocks. Do that only if two or more -v options are + given. + +2005-09-12 Paul Eggert + + * lib/.cvsignore: Adjust to current gnulib and modules used. + Add getdelim.c, getdelim.h, mbchar.c, mbchar.h, mbuiter.h, memchr.c, + pipe-safer.c, size_max.h, strdup.c, strdup.h, strnlen.h, strnlen1.c, + strnlen1.h, unistd--.h. + Remove getndelim2.c, getndelim2.h, pathmax.h, sysexits.h, xstrdup.c. + + Treat fishy-looking hard links like fishy-looking symlinks. + * src/extract.c (struct delayed_set_stat): Rename after_symlinks + member to after_links. All uses changed. + (struct delayed_link): Renamed from struct delayed_symlink. + All uses changed. New member is_symlink. + (delayed_link_head): Renamed from delayed_symlink_head. All uses + changed. + (create_placeholder_file): New function, taken from extract_symlink. + (extract_link): Create placeholders for fishy-looking hard links. + (extract_symlink): Move code into create_placeholder_file. + (apply_delayed_links): Renamed from apply_delayed_symlinks. + All uses changed. Create both hard links and symlinks. + +2005-09-03 Paul Eggert + + * README-alpha: Modernize description of software required for + developers. + +2005-09-03 Sergey Poznyakoff + + * gnulib.modules: Add strdup + * src/incremen.c (purge_directory): Do not dereference symbolic + links. Bug reported by Ralph Corderoy and + David Brown + * tests/incr01.at: New test. + * tests/Makefile.am: Add incr01.at + * tests/testsuite.at: Likewise + * THANKS: Updated + 2005-08-17 Sergey Poznyakoff * src/incremen.c (read_directory_file): Use strtoumax to read @@ -7,7 +53,7 @@ 2005-07-31 Sergey Poznyakoff * src/create.c (file_dumpable_p,dump_file0): Fix handling of - sparse files to /dev/null with --totals option. + sparse files to /dev/null with --totals option. * tests/update.at: Remove dependency on file order. 2005-07-08 Sergey Poznyakoff @@ -36,16 +82,16 @@ * tests/star/ustar-big-2g.at: Likewise * tests/star/ustar-big-8g.at: Likewise - * tests/sparse03.at: New test. + * tests/sparse03.at: New test. * tests/Makefile.am: Add sparse03.at * tests/testsuite.at: Likewise * src/xheader.c (size_decoder): Do not set archive_file_size. Fix bugs introduced yesterday: - + * src/sparse.c (tar_sparse_init): Initialize - dimped_size to 0. + dimped_size to 0. (sparse_scan_file): Initialize archive_file_size to 0. The variable keeps size of the file *as stored in the archive*, not the size reported by stat.