aboutsummaryrefslogtreecommitdiff
path: root/coreutils/seq.c
AgeCommit message (Collapse)Author
2006-02-23"sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, Rob Landley
fiddled a bit to get the size back down as much as I could...
2004-07-23Patch from Felipe Kellermann, fix endless loop when first > last andGlenn L McGrath
increment > 0.
2004-02-04Jean Wolter writes:Eric Andersen
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
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath