aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/seq.c
AgeCommit message (Expand)Author
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2021-01-06seq: always xwrite.Elliott Hughes
2020-12-18seq.c: fix itoa for INT_MIN in case itoa gets used elsewhere.Elliott Hughes
2020-12-12Speed up seq: use toybuf for block writes and add an integer fast path.Rob Landley
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2017-09-09Redo/add seq precision logic.Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2017-01-30Cleanup leftover debris.Rob Landley
2017-01-29Izabera suggested seq should multiply to avoid accumulating rounding errorsRob Landley
2016-02-25Fix more warnings on 32 bit builds.Rob Landley
2016-02-10Add seq -w, suggested by izabera.Rob Landley
2016-01-22Factor out insanitize() from seq.c to next_printf() in lib.Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-09-05Add seq -f tests, tweak help text, and catch one more error case.Rob Landley
2015-09-02seq -f %0-f is a valid pattern.Rob Landley
2015-09-02If you start a git commit and then edit the file more on the filesystemRob Landley
2015-09-02Sanitize seq -f string.Rob Landley
2012-12-23Whitespace.Rob Landley
2012-12-16Extend seq to support -f (format string) and -s (string separator) as request...Elie De Brauwer
2012-11-19Teach option parsing about [groups] of related options.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley