changeset 3039:cd8da840fa9d

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 07 Dec 2000 14:10:33 +0000
parents e42896c5352d
children c98368348dc3
files lib/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Thu Dec 07 14:10:21 2000 +0000
+++ b/lib/ChangeLog	Thu Dec 07 14:10:33 2000 +0000
@@ -1,3 +1,17 @@
+2000-12-07  Jim Meyering  <meyering@lucent.com>
+
+	* dirname.c (FILESYSTEM_PREFIX_LEN): Define.
+	(dir_name_r): Declare this function as static.
+	[BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
+	manifest itself on a name containing a mix of slashes and
+	backslashes.
+	Make this function work with names starting with a DOS-style
+	drive letter and colon prefix.
+	(dir_name): Append `.' if necessary.
+	Based mostly on patches from Prashant TR and Eli Zaretskii.
+
+	* dirname.h (dir_name_r): Remove prototype.
+
 2000-12-05  Jim Meyering  <meyering@lucent.com>
 
 	* dirname.c (dir_name_r): Add `const' in a few local declarations.