Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | Add seq -f tests, tweak help text, and catch one more error case. | Rob Landley | |
2015-09-02 | seq -f %0-f is a valid pattern. | Rob Landley | |
2015-09-02 | If you start a git commit and then edit the file more on the filesystem | Rob Landley | |
before saving, the updates don't go in the commit. Behavior difference between git and mercurial, that. Good to know. | |||
2015-09-02 | Sanitize seq -f string. | Rob Landley | |
2012-12-23 | Whitespace. | Rob Landley | |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as ↵ | Elie De Brauwer | |
requested by LSB | |||
2012-11-19 | Teach option parsing about [groups] of related options. | Rob Landley | |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked ↵ | Rob Landley | |
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring. | |||
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley | |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley | |