From: Paul Eggert Date: Fri, 28 Oct 2005 22:17:27 +0000 (+0000) Subject: src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the X-Git-Tag: v6.0~1452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cada888edd97257080dd431494e20bbd313bad1a;p=thirdparty%2Fcoreutils.git src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the boundary between DEST and SOURCE in the result. --- diff --git a/ChangeLog b/ChangeLog index 639642ee40..f49e27f774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-10-26 Dmitry V. Levin +2005-10-28 Paul Eggert * 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 + * src/md5sum.c (main) [!O_BINARY]: Changed default read mode back to text, to sync with documentation and for backwards compatibility.