summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-10-21 13:57:41 +0100
committerPádraig Brady <P@draigBrady.com>2015-10-21 16:13:57 +0100
commite71be1292b92b244d065873fae5a17d5e1f0a16c (patch)
treece77fb2219c8a3fce9bda19a11068c53bd025d4b /NEWS
parent0e997681d4497fe9ba6db035909e413a5af050a9 (diff)
downloadcoreutils-e71be1292b92b244d065873fae5a17d5e1f0a16c.tar.xz
ls: fix off by one error when determining max display columns
* src/ls.c (main): Account for the first column not including a separator when calculating max_idx. * tests/ls/w-option.sh: Add a test case. * NEWS: Mention the bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07b88b09c..e77158562 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ ls no longer prematurely wraps lines when printing short file names.
+ [bug introduced in 5.1.0]
+
shred again uses defined patterns for all iteration counts.
[bug introduced in coreutils-5.93]