diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-25 16:35:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-25 16:35:59 +0000 |
commit | 0b34021d6db942c7e70fbc95d2fc45ef6a7f36f6 (patch) | |
tree | b8d6c7126663621dc7774397b66c17b106ed52a8 /ChangeLog | |
parent | 995cbf7830c7bf98b737f136c3916d1af05e6c60 (diff) | |
download | coreutils-0b34021d6db942c7e70fbc95d2fc45ef6a7f36f6.tar.xz |
* src/ls.c (gobble_file): When handling a stat-failed entry,
print the entry name not the absolute_name -- to be consistent
with the usual case.
* tests/ls/stat-failed: Update accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-07-25 Jim Meyering <jim@meyering.net> + * src/ls.c (gobble_file): When handling a stat-failed entry, + print the entry name not the absolute_name -- to be consistent + with the usual case. + * tests/ls/stat-failed: Update accordingly. + * src/ls.c: Add parens around the new uses of ?: ternary operator. * src/dircolors.hin: Mention that ORPHAN refers not just to dangling |