summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-01 13:37:04 +0000
committerJim Meyering <jim@meyering.net>2004-06-01 13:37:04 +0000
commit80b21d2d4056b09fb953e3f3b4d6d51aaf55e0a2 (patch)
treee93723b70d242a4cc228e334f7206a84523bae72
parentbe62d4e33d8c61b1867101e2434d177c562bb0d0 (diff)
downloadcoreutils-80b21d2d4056b09fb953e3f3b4d6d51aaf55e0a2.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e384e4bf..062a518e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
xreadlink instead, it's safer. Don't bother to read the link if
it's the wrong size. Add a FIXME because this area is a bit murky
and undocumented.
+ * src/ls.c (get_link_name): Update use of xreadlink.
+ * src/readlink.c (main): Likewise.
+ * src/stat.c (print_stat): Likewise.
2004-06-01 Jim Meyering <jim@meyering.net>