From: Jim Meyering Date: Tue, 12 Nov 2002 08:31:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd460c1b7ee4f767f07994f55c9cf65b95f7eee;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b894bbb0ac..63140f3a54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2002-11-11 Jim Meyering +2002-11-12 Jim Meyering * Version 4.5.4. + * src/ls.c (HAVE_SYMLINKS): Remove unnecessary macro definition. + Replace sole use with equivalent `#ifdef S_ISLNK'. + Inconsistency reported by Dmitry V. Levin. + +2002-11-11 Jim Meyering + * src/ls.c (gobble_file): Make `ls -dF --color symlink-to-dir' work properly. Reported by Jeff Sheinberg as Debian bug #168203. Patch by Michael Stone.