summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 4042c4cd8..b3a2c7b9b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.