summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-28 23:50:17 +0000
committerJim Meyering <jim@meyering.net>1996-11-28 23:50:17 +0000
commita38753124650b364b617267d2fa8e42d4764698b (patch)
tree327d143fab1c54061ed270d8bd4be82f95c928c0 /old/fileutils
parentbe44044a29d61b2b06eb1d67d1ec0ea32cd3c70d (diff)
downloadcoreutils-a38753124650b364b617267d2fa8e42d4764698b.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3426c03f2..3402956bc 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
Thu Nov 28 13:10:22 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/df.c (find_mount_point): Use strip_trailing_slashes and dirname
+ instead of open-coding them. When given FILE containing no slashes,
+ chdir to the directory containing it (the current directory) rather
+ than to `..'.
+
Tue Nov 5 14:51:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
* src/df.c (find_mount_point): Use save_cwd/restore_cwd.