summaryrefslogtreecommitdiff
path: root/coreutils/seq.c
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* NOFORK fixesDenys Vlasenko2017-08-021-2/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+10
* seq: exit on write errorsDenys Vlasenko2010-10-171-1/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* seq: fix input handling in non-C localesDenys Vlasenko2009-06-151-1/+12
* seq: fix testsuite failuresDenys Vlasenko2009-06-151-16/+51
* seq: shrink by 10 bytesDenis Vlasenko2008-11-121-8/+9
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-4/+9
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-4/+11
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-10/+9
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-271-5/+5
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Re-wordwrap the new tests, and fix seq.c to pass them.Rob Landley2006-04-271-7/+5
* Fix "seq 1 1".Rob Landley2006-03-221-2/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, Rob Landley2006-02-231-31/+22
* Patch from Felipe Kellermann, fix endless loop when first > last andGlenn L McGrath2004-07-231-6/+13
* Jean Wolter writes:Eric Andersen2004-02-041-1/+1
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-271-0/+44