Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko | |
This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-04 | tests: fix POSIX shell source style | Mike Frysinger | |
The source command does not search $PWD, and bash recently fixed itself to follow this behavior for /bin/sh. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-06-15 | seq: fix testsuite failures | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-13 | fix or document testsuite failures | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-11-12 | - add seq -w support (Natanael Copa) | Bernhard Reutner-Fischer | |
2006-05-02 | Minor tweaks: remove traces of old $COMMAND environment variable. | Rob Landley | |
2006-04-27 | Re-wordwrap the new tests, and fix seq.c to pass them. | Rob Landley | |
2006-04-27 | - add two regression tests for seq. | Bernhard Reutner-Fischer | |
"seq two arguments equal, arbitrary negative step" fails but should pass.. | |||
2006-03-22 | Fix "seq 1 1". | Rob Landley | |
2006-03-16 | More test updates. | Rob Landley | |
2006-03-01 | When gnu fails this one we shouldn't let it _hang_... | Rob Landley | |
2006-02-24 | Add a test suite for seq. | Rob Landley | |