.
authorJim Meyering <jim@meyering.net>
Thu, 28 Nov 1996 23:50:17 +0000 (23:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Nov 1996 23:50:17 +0000 (23:50 +0000)
old/fileutils/ChangeLog

index 3426c03..3402956 100644 (file)
@@ -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.