seq defaults to a minimal fixed point format that does not lose
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:11:23 +0000 (00:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:11:23 +0000 (00:11 +0000)
commit69f1a97138d154be7c3f4e8ed4687793530bc625
treea6f553309b12cc960bab62991d73deb3a409d644
parent248c092226c26ef4605d83fba5d202420b9bc8d0
seq defaults to a minimal fixed point format that does not lose
information if seq's operands are all fixed point decimal numbers.
You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623',
for example, since the default format now has the same effect.

seq now lets you use %a, %A, %E, %F, and %G formats.

seq now uses long double internally rather than double.
ChangeLog
NEWS
doc/ChangeLog
lib/ChangeLog
m4/ChangeLog