summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-05-07 14:27:37 -0600
committerEric Blake <ebb9@byu.net>2009-05-11 05:52:50 -0600
commit60e7332dc08eb0a52822ec192aad5dc50feca7fd (patch)
treeabb69bd957c9e1f1d8d0afd61f97ad8dddc8bed4 /NEWS
parent034cbb392346b16634e3a0f2fa4c67ab8a37fc15 (diff)
downloadcoreutils-60e7332dc08eb0a52822ec192aad5dc50feca7fd.tar.xz
truncate: fix bug in use of isspace
* src/truncate.c (main): Pass unsigned characters to isspace. * NEWS: Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f2a401eb..31f1b1a24 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ truncate -s failed to skip all whitespace in the option argument in
+ some locales.
* Noteworthy changes in release 7.4 (2009-05-07) [stable]