summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 08:18:45 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 08:18:45 +0000
commit3eb6afeaa63d995070aa87c8e91dc753ddd748fe (patch)
tree9c7d2433c3d5afea6f48312fee25dedbc3370729 /NEWS
parentf548cf59b9b8967b35dae0896d158b80ae87c4df (diff)
downloadcoreutils-3eb6afeaa63d995070aa87c8e91dc753ddd748fe.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 772c26fd3..c8b00f52b 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ printf, seq, tail, and sleep now parse floating-point operands
+ and options in the C locale. POSIX requires this for printf.
+
od -c -w9999999 no longer segfaults
csplit no longer reads from freed memory (dumping core on some systems)