diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-03 18:51:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-03 18:51:38 +0000 |
commit | 7e1e127680bc13f824dd4aa3ff86ad6897ff5ca0 (patch) | |
tree | 98d79b9de7b2717a101b4c5e01fe690b8b1b041f /lib/ChangeLog | |
parent | 4f2e8e8b2bbd70501234e5bdb99444618d8cda1f (diff) | |
download | coreutils-7e1e127680bc13f824dd4aa3ff86ad6897ff5ca0.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 3 |
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. |