X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bf1a7a0481c76e3af2ea6a0a8ad1f88a8c40c622;hb=46f09016e8219719179da09ee499981911054b5a;hp=95941b9a2dbbcfa4228365ddc96bc75f2d57500a;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 95941b9..bf1a7a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 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,