*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 1 Sep 2001 16:24:32 +0000 (16:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Sep 2001 16:24:32 +0000 (16:24 +0000)
old/fileutils/ChangeLog

index bde2632..9cb4dd7 100644 (file)
@@ -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.