*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 11:29:01 +0000 (11:29 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 11:29:01 +0000 (11:29 +0000)
lib/ChangeLog

index e454a97..9329494 100644 (file)
@@ -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.