From: Jim Meyering Date: Sat, 1 Sep 2001 16:24:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60d1eabd0c8ecc07e5b3adffe1a198a052c631f8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bde26322bd..9cb4dd7a4c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,11 @@ * Version 4.1.1. + * src/df.c (show_point): Use canonicalize_file_name, if possible. + [HAVE_RESOLVEPATH], [!HAVE_RESOLVEPATH]: Use malloc, not alloca, + so that these two paths also produce `resolved' in malloc'd storage. + Free that memory when done with it. + * src/ls.c: Include "xreadlink.h". (get_link_name): Don't use PATH_MAX. Rewrite to use xreadlink.