X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=dcc627a53c9b9214d4b2611375a0dd549c9a433d;hb=2f800ce3fb9c38360e1b6dac70ee0d8ceae72c6a;hp=39ae9e17234dc328aa542c4d08cebbb375266092;hpb=9d23481b5f59eae5a3f0518153cf3bdb8a8079c8;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 39ae9e1..dcc627a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2005-09-16 Paul Eggert + + Merge changes from gnulib for file system sub-second time stamps. + * configure.ac: Remove checks for struct stat.st_spare1, struct + stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct + stat.st_atimensec, as gnulib now does this for us. + Similarly for LIB_CLOCK_GETTIME. + * gnulib.modules: Add stat-time. + * lib/.cvsignore: Add stat-time.h. + * src/common.h: Include stat-time.h. + (timespec_lt): Remove. All callers changed to use timespec_cmp. + (get_stat_atime, get_stat_ctime, get_stat_mtime): + (set_stat_atime, set_stat_ctime, set_stat_mtime): + Remove; now defined by stat-time.h. + +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 + snapshot file contents. + (write_directory_file_entry): Use umaxtostr(). + +2005-07-31 Sergey Poznyakoff + + * src/create.c (file_dumpable_p,dump_file0): Fix handling of + sparse files to /dev/null with --totals option. + * tests/update.at: Remove dependency on file order. + 2005-07-08 Sergey Poznyakoff * doc/tar.texi: Fix typo. @@ -24,16 +97,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.