From: Jim Meyering Date: Sun, 19 Dec 1999 10:49:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0l^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50075bf532f6087018d2710ce8e72178532afd0b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5ba8975258..29d3982f00 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,10 @@ * Version 4.0l. + * doc/fileutils.texi: Clarify and combine descriptions of -c and of + --time=ctime. + Likewise for -u/--time=atime. + * src/ls.c [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Use lstat wrapper. [Notice the new configure-time test in m4/lstat-slash.m4. ] (main): Back out change from 1999-02-19 that made ls remove @@ -10,6 +14,11 @@ `ls symlink-to-dir/.' thus following the symbolic link, as POSIX says it should. Suggestion from Bruno Haible and Andreas Schwab. + * lib/xstat.in (slash_aware_lstat): New function. + (rpl_@xstat@): Use it. + * lib/Makefile.am (lstat.c): Adapt rule to handle new parts of xstat.in. + (lstat.c): Likewise. + Make sure ls does the right thing with symlinks and trailing slashes. * tests/ls/Makefile.am (TESTS): Add symlink-slash. * tests/ls/symlink-slash: New test, for above-fixed bug.