Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | tests: fix POSIX shell source style | Mike Frysinger | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | seq: fix testsuite failures | Denys Vlasenko | 2009-06-15 | 1 | -6/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix or document testsuite failures | Denys Vlasenko | 2009-06-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | - add seq -w support (Natanael Copa) | Bernhard Reutner-Fischer | 2008-11-12 | 1 | -1/+6 |
| | |||||
* | Minor tweaks: remove traces of old $COMMAND environment variable. | Rob Landley | 2006-05-02 | 1 | -1/+0 |
| | |||||
* | Re-wordwrap the new tests, and fix seq.c to pass them. | Rob Landley | 2006-04-27 | 1 | -4/+4 |
| | |||||
* | - add two regression tests for seq. | Bernhard Reutner-Fischer | 2006-04-27 | 1 | -0/+4 |
| | | | | "seq two arguments equal, arbitrary negative step" fails but should pass.. | ||||
* | Fix "seq 1 1". | Rob Landley | 2006-03-22 | 1 | -0/+1 |
| | |||||
* | More test updates. | Rob Landley | 2006-03-16 | 1 | -12/+13 |
| | |||||
* | When gnu fails this one we shouldn't let it _hang_... | Rob Landley | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | Add a test suite for seq. | Rob Landley | 2006-02-24 | 1 | -0/+31 |