From: Jim Meyering Date: Thu, 28 Nov 1996 23:50:17 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38753124650b364b617267d2fa8e42d4764698b;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3426c03f2f..3402956bce 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Thu Nov 28 13:10:22 1996 Jim Meyering + * 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 * src/df.c (find_mount_point): Use save_cwd/restore_cwd.