diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-19 10:49:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-19 10:49:15 +0000 |
commit | 50075bf532f6087018d2710ce8e72178532afd0b (patch) | |
tree | 9db6d1d9c568882ed90fb6506eea91dd7ec8fafb /old | |
parent | b04f00f3d4f5312446ca462fd55da85729849e33 (diff) | |
download | coreutils-50075bf532f6087018d2710ce8e72178532afd0b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5ba897525..29d3982f0 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. |