summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-03 18:51:38 +0000
committerJim Meyering <jim@meyering.net>2001-11-03 18:51:38 +0000
commit7e1e127680bc13f824dd4aa3ff86ad6897ff5ca0 (patch)
tree98d79b9de7b2717a101b4c5e01fe690b8b1b041f /lib
parent4f2e8e8b2bbd70501234e5bdb99444618d8cda1f (diff)
downloadcoreutils-7e1e127680bc13f824dd4aa3ff86ad6897ff5ca0.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4d90a88a2..c90891c27 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2001-11-03 Jim Meyering <meyering@lucent.com>
+ * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
+ argument.
+
* hash.c (hash_clear): Fix a bug that could lead to an infloop or
e.g., a fault due to an attempt to free a NULL pointer.