From: Jim Meyering Date: Sun, 21 Oct 2001 15:21:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af1f217092911805e34ce8d4136454726e696c7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 893ab362d3..2b0eb58d1e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,13 @@ -2001-10-20 Jim Meyering +2001-10-21 Jim Meyering * Version 4.1.1. + * src/copy.c: Include xreadlink.h. + (copy_internal): Don't use PATH_MAX. + Rewrite the symlink-copying code to use xreadlink. + +2001-10-20 Jim Meyering + * src/touch.c (touch): Extend last change to work on systems for which errno is set to EINVAL.