summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-06-23 09:27:11 +0200
committerJim Meyering <jim@meyering.net>2007-06-23 09:43:59 +0200
commita0304574e96916f0444b04f301f8e5191615f800 (patch)
tree9613fac65c5f5a4687a67d91212ba0ec4d03676d /NEWS
parent01616c9404b1c66bb395a0438ce28b9e2cb559b7 (diff)
downloadcoreutils-a0304574e96916f0444b04f301f8e5191615f800.tar.xz
seq no longer mishandles cases like "seq 0 0.000001 0.000003",
where it would not print the desired last number. * doc/coreutils.texi (seq invocation): Remove advice about workaround for seq off-by-one problem, since the bug is fixed now. Replace it with more-generic advice about rounding errors. * src/seq.c (long_double_format, print_numbers): New arg NUMERIC_FORMAT. All uses changed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c587fe7cb..a5888962d 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,9 @@ GNU coreutils NEWS -*- outline -*-
ln=target attribute) would mistakenly output the string "target"
before the name of each symlink. [introduced in coreutils-6.0]
+ seq no longer mishandles obvious cases like "seq 0 0.000001 0.000003",
+ so workarounds like "seq 0 0.000001 0.0000031" are no longer needed.
+
split --line-bytes=N (-C N) no longer creates an empty file
[this bug is present at least as far back as textutils-1.22 (Jan, 1997)]