From: Jim Meyering Date: Sat, 29 Jun 1996 04:12:05 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12o~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326cc336afbc315739d5df0a952d9b96042ea745;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c4d39b2bd8..c1d1580f7f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ Fri Jun 28 22:56:00 1996 Jim Meyering + * src/dircolors.c (dc_parse_stream): Move enum states dcl into + this function. + * src/ln.c (do_link): Allow `ln -sf --backup k k' to succeed in creating the self-referential symlink, since doing so doesn't remove the source but merely renames it.