mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-22 00:12:00 -04:00
69f1a97138
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.