diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-21 11:29:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-21 11:29:01 +0000 |
commit | b9dbd947126cee9b31e9226392083e32c0eaae63 (patch) | |
tree | 1e3bdfeafd86639689b1a1206e6820084e62dbbc /lib | |
parent | 9ff69c8035ddc7430c9c6c66c571787a5ed9f8f6 (diff) | |
download | coreutils-b9dbd947126cee9b31e9226392083e32c0eaae63.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
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. |