]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 24 Feb 1995 04:31:04 +0000 (04:31 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Feb 1995 04:31:04 +0000 (04:31 +0000)
old/fileutils/ChangeLog

index 4042c4cd85ce7de0ce101c84f616c3179fa628d4..b3a2c7b9b2540534ca3cd52bdbe6495326b04842 100644 (file)
@@ -1,3 +1,18 @@
+Thu Feb 23 22:29:11 1995  Jim Meyering  (meyering@comco.com)
+
+       * du.c (save_cwd) [!HAVE_FCHDIR]: Always initialize cwd->desc.
+       (restore_cwd) [!HAVE_FCHDIR]: Remove unnecessary redefinition
+       of fchdir.  Both from Bruno Haible.
+
+Mon Feb 20 22:54:39 1995  Jim Meyering  (meyering@comco.com)
+
+       * du.c (save_cwd, restore_cwd): New functions.
+       (main): Use them instead of open coded versions.
+       (count_entry): Use them here instead of relying on chdir ("..") --
+       but only when necessary.  Before, with --dereference (-L),
+       traversing a symlink caused failure because chdir ("..") didn't
+       work as expected.  Reported by Bruno Haible.
+
 Sat Feb 11 07:52:01 1995  Jim Meyering  (meyering@comco.com)
 
         * configure.in (AC_REPLACE_FUNCS): Add memcmp, memcpy, and memset.