summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-21 11:29:01 +0000
committerJim Meyering <jim@meyering.net>2000-10-21 11:29:01 +0000
commitb9dbd947126cee9b31e9226392083e32c0eaae63 (patch)
tree1e3bdfeafd86639689b1a1206e6820084e62dbbc /lib/ChangeLog
parent9ff69c8035ddc7430c9c6c66c571787a5ed9f8f6 (diff)
downloadcoreutils-b9dbd947126cee9b31e9226392083e32c0eaae63.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e454a9784..9329494bd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,11 @@
2000-10-21 Jim Meyering <meyering@lucent.com>
+ * dirname.c (memrchr): Declare if necessary.
+ (dir_name): Remove the restriction that there be no
+ trailing slashes. Now, this code skips past them, effectively
+ ignoring them.
+ [TEST_DIRNAME] (main): New unit tests.
+
* memrchr.c: New file from GNU libc.
Undef __memrchr, too.
[!weak_alias]: Define __memrchr to memrchr.