index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
lsb
/
seq.c
Age
Commit message (
Expand
)
Author
2018-11-19
A few more GLOBALS() single character argument style conversions.
Rob Landley
2017-09-09
Redo/add seq precision logic.
Rob Landley
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2017-01-30
Cleanup leftover debris.
Rob Landley
2017-01-29
Izabera suggested seq should multiply to avoid accumulating rounding errors
Rob Landley
2016-02-25
Fix more warnings on 32 bit builds.
Rob Landley
2016-02-10
Add seq -w, suggested by izabera.
Rob Landley
2016-01-22
Factor out insanitize() from seq.c to next_printf() in lib.
Rob Landley
2016-01-05
Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
Rob Landley
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
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 request...
Elie De Brauwer
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 r...
Rob Landley
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