diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-01 16:24:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-01 16:24:32 +0000 |
commit | 60d1eabd0c8ecc07e5b3adffe1a198a052c631f8 (patch) | |
tree | 983cef03b9335369b7a17a009f4b6f14c47b8de6 /old/fileutils | |
parent | be53392f0afae47a785312bfa9901ffb95ceaf86 (diff) | |
download | coreutils-60d1eabd0c8ecc07e5b3adffe1a198a052c631f8.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bde26322b..9cb4dd7a4 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. |