X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=84cf7dcd506eb844598cc93796f83ff253199c5a;hb=e20fdceb388a3efbac6283178e1f2110d50d3824;hp=95941b9a2dbbcfa4228365ddc96bc75f2d57500a;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 95941b9..84cf7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ +2005-05-19 Sergey Poznyakoff + + * bootstrap (copy_files): Accept optional third argument: a prefix + to be appended to destination file names. + Import paxutils/paxlib files. + * configure.ac: Remove checking for LIB_SETSOCKOPT, it is handled + by paxutils. + * lib/Makefile.tmpl (libtar_a_SOURCES): Add paxerror.c paxexit.c + paxconvert.c + * po/POTFILES.in: Likewise. + * src/common.h: Remove defines and declarations imported from + paxutils + * src/misc.c: Likewise + * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils + +2005-05-17 Paul Eggert + + * src/misc.c (remove_any_file): Fix typo in previous change. + 2005-05-14 Paul Eggert + Port to Solaris 10's treatment of unlinking directories. + * gnulib-modules: Add unlinkdir. + * lib/.cvsignore: Add unlinkdir.h, unlinkdir.c. + * src/common.h (we_are_root): Remove extern decl; it's now static. + * src/extract.c (we_are_root): Now static. + * src/misc.c: Include . + (remove_any_file): Use cannot_unlink_dir () rather than we_are_root. + * ChangeLog, ChangeLog.1, Makefile.am, NEWS, PORTS, README, README-alpha, TODO, bootstrap, configure.ac, doc/Makefile.am, doc/convtexi.pl, doc/fdl.texi, doc/gendocs_template,