From: Jim Meyering Date: Sun, 27 Jun 2004 09:43:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e44624881c3ba5de6377cb1aa5d0e162aed8b5a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 43e76adf7b..a1e2b40be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ -2004-06-26 Jim Meyering +2004-06-27 Paul Eggert * Version 5.3.0. + Fix a bug: formerly, if d/x was a directory and x a file, "ln x + d/" incorrectly created a link d/x/x. It also saves some system + calls. + + * NEWS: Document the fix. + + * src/ln.c (main): Don't append basename to dest if this + results in an existing directory name. + * tests/ln/misc: See whether a trailing slash is followed too far. + +2004-06-26 Jim Meyering + * src/printf.c (main): When given no arguments, print the standard "missing operand\nTry printf --help..." message -- to be consistent. @@ -69,7 +81,6 @@ correctly. (format_user_width, format_group_width): Use it. ->>>>>>> 1.965 2004-06-21 Jim Meyering * tests/priv-check: Quote "$PATH" in PATH=$PATH.