diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-17 05:09:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-17 05:09:05 +0000 |
commit | c12d53f5cb7bfd1377293c3f9a1dac3d9f4b2567 (patch) | |
tree | 4e45c218ccbfb0c71b01e5e4499e78c11d4be47d /ChangeLog | |
parent | c4e4091ea4111a925f102e735b64943b22e920fc (diff) | |
download | coreutils-c12d53f5cb7bfd1377293c3f9a1dac3d9f4b2567.tar.xz |
* src/ls.c (print_dir): Use "%s: not listing already-listed directory".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2004-12-15 Jim Meyering <jim@meyering.net> +2004-12-16 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.0. + * src/ls.c (print_dir): Use "%s: not listing already-listed + directory", not "not listing already-listed directory: %s", to + format already-listed directories, to be consistent with other + diagnostics involving file names and colons. + +2004-12-15 Jim Meyering <jim@meyering.net> + * src/Makefile.am (__LDADD): Define, so that building `[' on Solaris still uses the -lgen library that it requires in order to get a definition of eaccess. |