]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Oct 2005 22:17:27 +0000 (22:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Oct 2005 22:17:27 +0000 (22:17 +0000)
boundary between DEST and SOURCE in the result.

ChangeLog

index 639642ee40c1dc3e8d59b895b81fa67423758aa5..f49e27f7740a00d3fa6ed819d9259ddd32bffb0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-10-26  Dmitry V. Levin  <ldv@altlinux.org>
+2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the
+       boundary between DEST and SOURCE in the result.
+
+2005-10-26  Dmitry V. Levin  <ldv@altlinux.org>
+
        * src/md5sum.c (main) [!O_BINARY]: Changed default read mode
        back to text, to sync with documentation and for backwards
        compatibility.