seq no longer mishandles cases like "seq 0 0.000001 0.000003",
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Jun 2007 07:27:11 +0000 (09:27 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 23 Jun 2007 07:43:59 +0000 (09:43 +0200)
commita0304574e96916f0444b04f301f8e5191615f800
tree9613fac65c5f5a4687a67d91212ba0ec4d03676d
parent01616c9404b1c66bb395a0438ce28b9e2cb559b7
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.
ChangeLog
NEWS
doc/coreutils.texi
src/seq.c