summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-01 16:24:32 +0000
committerJim Meyering <jim@meyering.net>2001-09-01 16:24:32 +0000
commit60d1eabd0c8ecc07e5b3adffe1a198a052c631f8 (patch)
tree983cef03b9335369b7a17a009f4b6f14c47b8de6 /old
parentbe53392f0afae47a785312bfa9901ffb95ceaf86 (diff)
downloadcoreutils-60d1eabd0c8ecc07e5b3adffe1a198a052c631f8.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
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.