changeset 2898:822ab60cb9c5

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 21 Oct 2000 11:29:01 +0000
parents 40b51c38e2d0
children 358c244dcacf
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Sat Oct 21 11:28:42 2000 +0000
+++ b/lib/ChangeLog	Sat Oct 21 11:29:01 2000 +0000
@@ -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.