aboutsummaryrefslogtreecommitdiff
path: root/coreutils/seq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Felipe Kellermann, fix endless loop when first > last andGlenn L McGrath2004-07-231-6/+13
| | | | increment > 0.
* Jean Wolter writes:Eric Andersen2004-02-041-1/+1
| | | | | | | | | | | | | | | Hello, when calling seq with seq 1 1 it generates an "endless" list of numbers until the counter wraps and reaches 1 again. The follwoing small patch should introduce the expected behavior (output of 1 and termination): regards, Jean
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-271-0/+44